Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dsuper.c1039 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
1040 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1052 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
1053 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1282 struct gfs2_holder *gh = &ip->i_iopen_gh; in gfs2_upgrade_iopen_glock()
1366 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1367 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete()
1368 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in evict_should_delete()
1389 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in evict_should_delete()
1390 test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in evict_should_delete()
[all …]
H 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()
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()
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()
761 &ip->i_iopen_gh); in gfs2_create_inode()
826 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 Dglock.c2848 gl = GFS2_I(inode)->i_iopen_gh.gh_gl; in gfs2_glockfd_seq_show()