Home
last modified time | relevance | path

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

/linux-6.6.21/fs/gfs2/
Dsuper.c1036 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
1037 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1049 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
1050 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1279 struct gfs2_holder *gh = &ip->i_iopen_gh; in gfs2_upgrade_iopen_glock()
1363 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1364 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete()
1365 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in evict_should_delete()
1386 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in evict_should_delete()
1387 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.c156 &ip->i_iopen_gh); in gfs2_inode_lookup()
207 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup()
224 if (gfs2_holder_initialized(&ip->i_iopen_gh)) in gfs2_inode_lookup()
225 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_inode_lookup()
760 &ip->i_iopen_gh); in gfs2_create_inode()
825 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_create_inode()
Dincore.h392 struct gfs2_holder i_iopen_gh; member
Dglock.c2805 gl = GFS2_I(inode)->i_iopen_gh.gh_gl; in gfs2_glockfd_seq_show()