Home
last modified time | relevance | path

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

/Linux-v5.15/fs/gfs2/
Dglock.c352 struct gfs2_sbd *sdp = gh->gh_gl->gl_name.ln_sbd; in gfs2_holder_wake()
1126 gh->gh_gl = gl; in gfs2_holder_init()
1165 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
1194 gfs2_glock_update_hold_time(gh->gh_gl, start_time); in gfs2_glock_wait()
1220 struct gfs2_sbd *sdp = ghs[0].gh_gl->gl_name.ln_sbd; in gfs2_glock_async_wait()
1231 timeout += ghs[i].gh_gl->gl_hold_time << 1; in gfs2_glock_async_wait()
1267 gfs2_glock_update_hold_time(ghs[i].gh_gl, in gfs2_glock_async_wait()
1346 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
1365 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue()
1403 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
[all …]
Dtrace_gfs2.h213 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
214 __entry->glnum = gh->gh_gl->gl_name.ln_number;
215 __entry->gltype = gh->gh_gl->gl_name.ln_type;
243 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
244 __entry->glnum = gh->gh_gl->gl_name.ln_number;
245 __entry->gltype = gh->gh_gl->gl_name.ln_type;
Dglock.h275 gh->gh_gl = NULL; in gfs2_holder_mark_uninitialized()
280 return gh->gh_gl; in gfs2_holder_initialized()
Ddentry.c97 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
Dsuper.c806 gfs2_glock2rgrp(gh->gh_gl); in gfs2_statfs_slow()
932 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
945 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1235 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1413 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
Dutil.c122 struct gfs2_glock *live_gl = sdp->sd_live_gh.gh_gl; in signal_our_withdraw()
Dincore.h262 struct gfs2_glock *gh_gl; member
Dglops.c493 struct gfs2_glock *gl = gh->gh_gl; in inode_go_lock()
Dbmap.c1517 rgd = gfs2_glock2rgrp(rd_gh->gh_gl); in sweep_bh_for_rgrps()
1519 gfs2_glock_is_locked_by_me(rd_gh->gh_gl)); in sweep_bh_for_rgrps()
Dxattr.c1319 rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in ea_dealloc_indirect()
Dinode.c189 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup()
Ddir.c2023 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in leaf_dealloc()
Drgrp.c1293 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_lock()