Home
last modified time | relevance | path

Searched refs:gh_gl (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/fs/gfs2/
H A Dglock.c443 struct gfs2_glock *gl = gh->gh_gl; in gfs2_instantiate()
1268 gh->gh_gl = gfs2_glock_hold(gl); in __gfs2_holder_init()
1305 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
1488 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
1556 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_nq()
1614 struct gfs2_glock *gl = gh->gh_gl; in __gfs2_glock_dq()
1656 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq()
1709 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq_wait()
1773 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()
2814 if (!READ_ONCE(fl_gh->gh_gl)) in gfs2_glockfd_seq_show_flock()
[all …]
H A Dtrace_gfs2.h220 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
221 __entry->glnum = gh->gh_gl->gl_name.ln_number;
222 __entry->gltype = gh->gh_gl->gl_name.ln_type;
248 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
249 __entry->glnum = gh->gh_gl->gl_name.ln_number;
250 __entry->gltype = gh->gh_gl->gl_name.ln_type;
H A Dglock.h272 gh->gh_gl = NULL; in gfs2_holder_mark_uninitialized()
277 return gh->gh_gl; in gfs2_holder_initialized()
H A Ddentry.c92 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
H A Dsuper.c905 gfs2_glock2rgrp(gh->gh_gl); in gfs2_statfs_slow()
1032 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1045 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1333 test_bit(GLF_DEFER_DELETE, &ip->i_iopen_gh.gh_gl->gl_flags)) in evict_should_delete()
1494 struct gfs2_glock *io_gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
1525 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
H A Dglops.c506 io_gl = ip->i_iopen_gh.gh_gl; in inode_go_instantiate()
513 struct gfs2_glock *gl = gh->gh_gl; in inode_go_held()
H A Dutil.c120 struct gfs2_glock *live_gl = sdp->sd_live_gh.gh_gl; in signal_our_withdraw()
H A Dincore.h260 struct gfs2_glock *gh_gl; member
H A Dbmap.c1471 rgd = gfs2_glock2rgrp(rd_gh->gh_gl); in sweep_bh_for_rgrps()
1473 gfs2_glock_is_locked_by_me(rd_gh->gh_gl)); in sweep_bh_for_rgrps()
H A Dxattr.c1323 rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in ea_dealloc_indirect()
H A Dfile.c1464 struct gfs2_glock *gl = gfs2_glock_hold(fl_gh->gh_gl); in __flock_holder_uninit()
H A Ddir.c2026 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in leaf_dealloc()
H A Dinode.c208 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup()
H A Drgrp.c1266 if (!test_bit(GLF_INSTANTIATE_NEEDED, &gh->gh_gl->gl_flags)) in update_rgrp_lvb()