Searched refs:gh_gl (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/fs/gfs2/ |
D | glock.c | 887 gh->gh_gl = gl; in gfs2_holder_init() 926 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit() 946 gh->gh_gl->gl_hold_time = min(gh->gh_gl->gl_hold_time + in gfs2_glock_wait() 1012 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue() 1031 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue() 1070 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue() 1074 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue() 1090 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_nq() 1137 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq() 1179 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq_wait() [all …]
|
D | trace_gfs2.h | 214 __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;
|
D | glock.h | 255 gh->gh_gl = NULL; in gfs2_holder_mark_uninitialized() 260 return gh->gh_gl; in gfs2_holder_initialized()
|
D | dentry.c | 123 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
|
D | super.c | 1122 gfs2_glock2rgrp(gh->gh_gl); in gfs2_statfs_slow() 1328 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() 1341 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() 1599 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_evict_inode() 1688 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_evict_inode() 1714 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
|
D | rgrp.c | 1241 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_lock() 1277 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_unlock() 1278 int demote_requested = test_bit(GLF_DEMOTE, &gh->gh_gl->gl_flags) | in gfs2_rgrp_go_unlock() 1279 test_bit(GLF_PENDING_DEMOTE, &gh->gh_gl->gl_flags); in gfs2_rgrp_go_unlock()
|
D | inode.c | 177 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()
|
D | incore.h | 282 struct gfs2_glock *gh_gl; member
|
D | glops.c | 431 struct gfs2_glock *gl = gh->gh_gl; in inode_go_lock()
|
D | bmap.c | 1475 rgd = gfs2_glock2rgrp(rd_gh->gh_gl); in sweep_bh_for_rgrps() 1477 gfs2_glock_is_locked_by_me(rd_gh->gh_gl)); in sweep_bh_for_rgrps()
|
D | xattr.c | 1305 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in ea_dealloc_indirect()
|
D | dir.c | 2024 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in leaf_dealloc()
|