Home
last modified time | relevance | path

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

/fs/gfs2/
Dglock.c379 struct gfs2_sbd *sdp = gh->gh_gl->gl_name.ln_sbd; in gfs2_holder_wake()
495 struct gfs2_glock *gl = gh->gh_gl; in gfs2_instantiate()
1261 gh->gh_gl = gl; in __gfs2_holder_init()
1299 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
1347 gfs2_glock_update_hold_time(gh->gh_gl, start_time); in gfs2_glock_wait()
1373 struct gfs2_sbd *sdp = ghs[0].gh_gl->gl_name.ln_sbd; in gfs2_glock_async_wait()
1383 timeout += ghs[i].gh_gl->gl_hold_time << 1; in gfs2_glock_async_wait()
1396 gfs2_glock_update_hold_time(gh->gh_gl, in gfs2_glock_async_wait()
1487 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
1511 if (gh->gh_gl->gl_ops->go_type == LM_TYPE_FLOCK) in add_to_queue()
[all …]
Dglock.h295 gh->gh_gl = NULL; in gfs2_holder_mark_uninitialized()
300 return gh->gh_gl; in gfs2_holder_initialized()
350 struct gfs2_glock *gl = gh->gh_gl; in gfs2_holder_allow_demote()
359 struct gfs2_glock *gl = gh->gh_gl; in gfs2_holder_disallow_demote()
Dtrace_gfs2.h212 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
213 __entry->glnum = gh->gh_gl->gl_name.ln_number;
214 __entry->gltype = gh->gh_gl->gl_name.ln_type;
240 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
241 __entry->glnum = gh->gh_gl->gl_name.ln_number;
242 __entry->gltype = gh->gh_gl->gl_name.ln_type;
Ddentry.c97 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
Dsuper.c812 gfs2_glock2rgrp(gh->gh_gl); in gfs2_statfs_slow()
938 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
951 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1245 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1422 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.h263 struct gfs2_glock *gh_gl; member
Dglops.c505 struct gfs2_glock *gl = gh->gh_gl; in inode_go_held()
Dbmap.c1453 rgd = gfs2_glock2rgrp(rd_gh->gh_gl); in sweep_bh_for_rgrps()
1455 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()
Dfile.c1459 struct gfs2_glock *gl = fl_gh->gh_gl; in __flock_holder_uninit()
Ddir.c2022 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in leaf_dealloc()
Dinode.c202 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup()
Drgrp.c1266 if (!test_bit(GLF_INSTANTIATE_NEEDED, &gh->gh_gl->gl_flags)) in update_rgrp_lvb()