Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A Ddentry.c89 if (!gfs2_holder_initialized(&ginode->i_iopen_gh)) in gfs2_dentry_delete()
92 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
H A Dsuper.c1031 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
1032 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1044 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
1045 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1264 struct gfs2_holder *gh = &ip->i_iopen_gh; in gfs2_upgrade_iopen_glock()
1332 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in evict_should_delete()
1362 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in evict_should_delete()
1524 if (gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_evict_inode()
1525 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
1529 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
[all …]
H A Dmain.c47 gfs2_holder_mark_uninitialized(&ip->i_iopen_gh); in gfs2_init_inode_once()
H A Dinode.c156 &ip->i_iopen_gh); in gfs2_inode_lookup()
208 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup()
225 if (gfs2_holder_initialized(&ip->i_iopen_gh)) in gfs2_inode_lookup()
226 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_inode_lookup()
763 &ip->i_iopen_gh); in gfs2_create_inode()
828 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_create_inode()
H A Dincore.h392 struct gfs2_holder i_iopen_gh; member
H A Dglops.c506 io_gl = ip->i_iopen_gh.gh_gl; in inode_go_instantiate()
H A Dglock.c2836 gl = GFS2_I(inode)->i_iopen_gh.gh_gl; in gfs2_glockfd_seq_show()