Searched refs:gh_gl (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/fs/gfs2/ |
D | glock.c | 309 struct gfs2_sbd *sdp = gh->gh_gl->gl_name.ln_sbd; in gfs2_holder_wake() 895 gh->gh_gl = gl; in gfs2_holder_init() 934 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit() 963 gfs2_glock_update_hold_time(gh->gh_gl, start_time); in gfs2_glock_wait() 989 struct gfs2_sbd *sdp = ghs[0].gh_gl->gl_name.ln_sbd; in gfs2_glock_async_wait() 1000 timeout += ghs[i].gh_gl->gl_hold_time << 1; in gfs2_glock_async_wait() 1036 gfs2_glock_update_hold_time(ghs[i].gh_gl, in gfs2_glock_async_wait() 1112 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue() 1131 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue() 1170 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue() [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 | 256 gh->gh_gl = NULL; in gfs2_holder_mark_uninitialized() 261 return gh->gh_gl; in gfs2_holder_initialized()
|
D | dentry.c | 97 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
|
D | super.c | 873 gfs2_glock2rgrp(gh->gh_gl); in gfs2_statfs_slow() 999 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() 1012 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() 1270 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_evict_inode() 1355 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_evict_inode() 1380 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
|
D | rgrp.c | 1274 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_lock() 1310 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_unlock() 1311 int demote_requested = test_bit(GLF_DEMOTE, &gh->gh_gl->gl_flags) | in gfs2_rgrp_go_unlock() 1312 test_bit(GLF_PENDING_DEMOTE, &gh->gh_gl->gl_flags); in gfs2_rgrp_go_unlock()
|
D | inode.c | 174 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup() 202 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_inode_lookup() 734 glock_set_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_create_inode()
|
D | incore.h | 279 struct gfs2_glock *gh_gl; member
|
D | glops.c | 429 struct gfs2_glock *gl = gh->gh_gl; in inode_go_lock()
|
D | bmap.c | 1509 rgd = gfs2_glock2rgrp(rd_gh->gh_gl); in sweep_bh_for_rgrps() 1511 gfs2_glock_is_locked_by_me(rd_gh->gh_gl)); in sweep_bh_for_rgrps()
|
D | xattr.c | 1303 rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in ea_dealloc_indirect()
|
D | dir.c | 2023 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in leaf_dealloc()
|