Home
last modified time | relevance | path

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

/fs/gfs2/
Dglock.c776 gh->gh_gl = gl; in gfs2_holder_init()
815 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
835 gh->gh_gl->gl_hold_time = min(gh->gh_gl->gl_hold_time + in gfs2_glock_wait()
901 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
920 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue()
959 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
963 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
979 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_nq()
1027 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq()
1071 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq_wait()
[all …]
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;
242 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
243 __entry->glnum = gh->gh_gl->gl_name.ln_number;
244 __entry->gltype = gh->gh_gl->gl_name.ln_type;
Dglock.h252 gh->gh_gl = NULL; in gfs2_holder_mark_uninitialized()
257 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.c1109 gh->gh_gl->gl_object, sc); in gfs2_statfs_slow()
1312 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1640 ip->i_iopen_gh.gh_gl->gl_object = NULL; in gfs2_evict_inode()
Drgrp.c1225 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_lock()
1261 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_unlock()
1262 int demote_requested = test_bit(GLF_DEMOTE, &gh->gh_gl->gl_flags) | in gfs2_rgrp_go_unlock()
1263 test_bit(GLF_PENDING_DEMOTE, &gh->gh_gl->gl_flags); in gfs2_rgrp_go_unlock()
Dinode.c176 ip->i_iopen_gh.gh_gl->gl_object = ip; in gfs2_inode_lookup()
203 ip->i_iopen_gh.gh_gl->gl_object = NULL; in gfs2_inode_lookup()
733 ip->i_iopen_gh.gh_gl->gl_object = ip; in gfs2_create_inode()
Dincore.h260 struct gfs2_glock *gh_gl; member
Dglops.c415 struct gfs2_glock *gl = gh->gh_gl; in inode_go_lock()
Dfile.c1031 gl = fl_gh->gh_gl; in do_flock()
Dbmap.c783 rgd = rlist.rl_ghs[x].gh_gl->gl_object; in do_strip()
Dxattr.c1331 rgd = rlist.rl_ghs[x].gh_gl->gl_object; in ea_dealloc_indirect()
Ddir.c2034 rgd = rlist.rl_ghs[x].gh_gl->gl_object; in leaf_dealloc()