Searched refs:i_iopen_gh (Results 1 – 5 of 5) sorted by relevance
/fs/gfs2/ |
D | super.c | 973 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode() 974 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() 986 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode() 987 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() 1202 struct gfs2_holder *gh = &ip->i_iopen_gh; in gfs2_upgrade_iopen_glock() 1279 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete() 1280 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete() 1281 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in evict_should_delete() 1304 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in evict_should_delete() 1305 test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in evict_should_delete() [all …]
|
D | dentry.c | 94 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()
|
D | main.c | 48 gfs2_holder_mark_uninitialized(&ip->i_iopen_gh); in gfs2_init_inode_once()
|
D | inode.c | 182 error = gfs2_glock_nq_init(io_gl, LM_ST_SHARED, GL_EXACT, &ip->i_iopen_gh); in gfs2_inode_lookup() 185 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup() 751 error = gfs2_glock_nq_init(io_gl, LM_ST_SHARED, GL_EXACT, &ip->i_iopen_gh); in gfs2_create_inode() 803 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_create_inode()
|
D | incore.h | 412 struct gfs2_holder i_iopen_gh; member
|