Home
last modified time | relevance | path

Searched refs:i_iopen_gh (Results 1 – 5 of 5) sorted by relevance

/linux/fs/gfs2/
A Dsuper.c932 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
945 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1157 struct gfs2_holder *gh = &ip->i_iopen_gh; in gfs2_upgrade_iopen_glock()
1235 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1236 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete()
1237 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in evict_should_delete()
1263 gfs2_holder_uninit(&ip->i_iopen_gh); in evict_should_delete()
1406 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
1410 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1411 gfs2_glock_dq(&ip->i_iopen_gh); in gfs2_evict_inode()
[all …]
A Ddentry.c94 if (!gfs2_holder_initialized(&ginode->i_iopen_gh)) in gfs2_dentry_delete()
97 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
A Dmain.c48 gfs2_holder_mark_uninitialized(&ip->i_iopen_gh); in gfs2_init_inode_once()
A Dinode.c169 error = gfs2_glock_nq_init(io_gl, LM_ST_SHARED, GL_EXACT, &ip->i_iopen_gh); in gfs2_inode_lookup()
194 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup()
209 if (gfs2_holder_initialized(&ip->i_iopen_gh)) in gfs2_inode_lookup()
210 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_inode_lookup()
734 error = gfs2_glock_nq_init(io_gl, LM_ST_SHARED, GL_EXACT, &ip->i_iopen_gh); in gfs2_create_inode()
788 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_create_inode()
A Dincore.h391 struct gfs2_holder i_iopen_gh; member

Completed in 14 milliseconds