Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dglock.c893 gh->gh_gl = gl; in gfs2_holder_init()
932 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
952 gh->gh_gl->gl_hold_time = min(gh->gh_gl->gl_hold_time + in gfs2_glock_wait()
1018 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
1037 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue()
1076 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
1080 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
1096 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_nq()
1143 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq()
1184 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq_wait()
[all …]
Dtrace_gfs2.h214 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
215 __entry->glnum = gh->gh_gl->gl_name.ln_number;
216 __entry->gltype = gh->gh_gl->gl_name.ln_type;
244 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
245 __entry->glnum = gh->gh_gl->gl_name.ln_number;
246 __entry->gltype = gh->gh_gl->gl_name.ln_type;
Dglock.h255 gh->gh_gl = NULL; in gfs2_holder_mark_uninitialized()
260 return gh->gh_gl; in gfs2_holder_initialized()
Ddentry.c123 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
Dsuper.c1125 gfs2_glock2rgrp(gh->gh_gl); in gfs2_statfs_slow()
1331 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1344 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1614 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_evict_inode()
1703 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_evict_inode()
1729 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
Drgrp.c1256 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_lock()
1292 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_unlock()
1293 int demote_requested = test_bit(GLF_DEMOTE, &gh->gh_gl->gl_flags) | in gfs2_rgrp_go_unlock()
1294 test_bit(GLF_PENDING_DEMOTE, &gh->gh_gl->gl_flags); in gfs2_rgrp_go_unlock()
Dinode.c177 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup()
205 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup()
737 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_create_inode()
Dincore.h282 struct gfs2_glock *gh_gl; member
Dglops.c437 struct gfs2_glock *gl = gh->gh_gl; in inode_go_lock()
Dbmap.c1505 rgd = gfs2_glock2rgrp(rd_gh->gh_gl); in sweep_bh_for_rgrps()
1507 gfs2_glock_is_locked_by_me(rd_gh->gh_gl)); in sweep_bh_for_rgrps()
Dxattr.c1305 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in ea_dealloc_indirect()
Ddir.c2024 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in leaf_dealloc()