Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Dglock.c340 struct gfs2_sbd *sdp = gh->gh_gl->gl_name.ln_sbd; in gfs2_holder_wake()
1120 gh->gh_gl = gl; in gfs2_holder_init()
1159 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
1188 gfs2_glock_update_hold_time(gh->gh_gl, start_time); in gfs2_glock_wait()
1214 struct gfs2_sbd *sdp = ghs[0].gh_gl->gl_name.ln_sbd; in gfs2_glock_async_wait()
1225 timeout += ghs[i].gh_gl->gl_hold_time << 1; in gfs2_glock_async_wait()
1261 gfs2_glock_update_hold_time(ghs[i].gh_gl, in gfs2_glock_async_wait()
1338 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
1357 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue()
1395 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.h269 gh->gh_gl = NULL; in gfs2_holder_mark_uninitialized()
274 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.c844 gfs2_glock2rgrp(gh->gh_gl); in gfs2_statfs_slow()
970 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
983 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1271 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1450 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
Dutil.c121 struct gfs2_glock *live_gl = sdp->sd_live_gh.gh_gl; in signal_our_withdraw()
Dincore.h285 struct gfs2_glock *gh_gl; member
Dglops.c499 struct gfs2_glock *gl = gh->gh_gl; in inode_go_lock()
Dbmap.c1515 rgd = gfs2_glock2rgrp(rd_gh->gh_gl); in sweep_bh_for_rgrps()
1517 gfs2_glock_is_locked_by_me(rd_gh->gh_gl)); in sweep_bh_for_rgrps()
Dxattr.c1307 rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in ea_dealloc_indirect()
Ddir.c2019 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in leaf_dealloc()
Dinode.c185 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup()
Drgrp.c1257 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_lock()