Searched refs:gh_gl (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/fs/gfs2/ |
D | dentry.c | 120 if (!ginode->i_iopen_gh.gh_gl) in gfs2_dentry_delete() 123 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
|
D | glock.c | 757 gh->gh_gl = gl; in gfs2_holder_init() 796 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit() 797 gh->gh_gl = NULL; in gfs2_holder_uninit() 816 gh->gh_gl->gl_hold_time = min(gh->gh_gl->gl_hold_time + in gfs2_glock_wait() 882 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue() 901 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue() 940 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue() 944 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue() 960 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_nq() 1008 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq() [all …]
|
D | trace_gfs2.h | 212 __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;
|
D | super.c | 853 if (freeze_gh.gh_gl) in gfs2_make_fs_ro() 1031 sdp->sd_freeze_gh.gh_gl == NULL) { in gfs2_unfreeze() 1094 if (gh->gh_gl && gfs2_glock_poll(gh)) { in gfs2_statfs_slow() 1102 gh->gh_gl->gl_object, sc); in gfs2_statfs_slow() 1107 if (gh->gh_gl) in gfs2_statfs_slow() 1303 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() 1619 if (ip->i_iopen_gh.gh_gl) { in gfs2_evict_inode() 1620 ip->i_iopen_gh.gh_gl->gl_object = NULL; in gfs2_evict_inode()
|
D | inode.c | 172 ip->i_iopen_gh.gh_gl->gl_object = ip; in gfs2_inode_lookup() 193 ip->i_iopen_gh.gh_gl->gl_object = NULL; in gfs2_inode_lookup() 731 ip->i_iopen_gh.gh_gl->gl_object = ip; in gfs2_create_inode() 1356 struct gfs2_holder ghs[5], r_gh = { .gh_gl = NULL, }; in gfs2_rename() 1553 if (r_gh.gh_gl) in gfs2_rename() 1579 struct gfs2_holder ghs[5], r_gh = { .gh_gl = NULL, }; in gfs2_exchange() 1693 if (r_gh.gh_gl) in gfs2_exchange()
|
D | rgrp.c | 1239 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_lock() 1275 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_unlock() 1276 int demote_requested = test_bit(GLF_DEMOTE, &gh->gh_gl->gl_flags) | in gfs2_rgrp_go_unlock() 1277 test_bit(GLF_PENDING_DEMOTE, &gh->gh_gl->gl_flags); in gfs2_rgrp_go_unlock() 2118 if (rs->rs_rgd_gh.gh_gl) in gfs2_inplace_release()
|
D | file.c | 1030 gl = fl_gh->gh_gl; in do_flock() 1075 if (fl_gh->gh_gl) { in do_unflock()
|
D | incore.h | 260 struct gfs2_glock *gh_gl; member
|
D | glops.c | 420 struct gfs2_glock *gl = gh->gh_gl; in inode_go_lock()
|
D | bmap.c | 782 rgd = rlist.rl_ghs[x].gh_gl->gl_object; in do_strip()
|
D | xattr.c | 1347 rgd = rlist.rl_ghs[x].gh_gl->gl_object; in ea_dealloc_indirect()
|
D | dir.c | 1935 rgd = rlist.rl_ghs[x].gh_gl->gl_object; in leaf_dealloc()
|