Home
last modified time | relevance | path

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

/linux-6.1.9/fs/gfs2/
Dsuper.c932 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
933 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
945 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
946 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1158 struct gfs2_holder *gh = &ip->i_iopen_gh; in gfs2_upgrade_iopen_glock()
1236 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1237 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete()
1238 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in evict_should_delete()
1259 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in evict_should_delete()
1260 test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in evict_should_delete()
[all …]
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()
Dmain.c47 gfs2_holder_mark_uninitialized(&ip->i_iopen_gh); in gfs2_init_inode_once()
Dinode.c151 &ip->i_iopen_gh); in gfs2_inode_lookup()
202 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup()
219 if (gfs2_holder_initialized(&ip->i_iopen_gh)) in gfs2_inode_lookup()
220 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_inode_lookup()
730 &ip->i_iopen_gh); in gfs2_create_inode()
800 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_create_inode()
Dincore.h392 struct gfs2_holder i_iopen_gh; member
Dglock.c2889 gl = GFS2_I(inode)->i_iopen_gh.gh_gl; in gfs2_glockfd_seq_show()