Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Ddentry.c120 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()
Dglock.c805 gh->gh_gl = gl; in gfs2_holder_init()
844 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
845 gh->gh_gl = NULL; in gfs2_holder_uninit()
864 gh->gh_gl->gl_hold_time = min(gh->gh_gl->gl_hold_time + in gfs2_glock_wait()
930 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
949 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue()
988 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
992 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
1008 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_nq()
1056 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq()
[all …]
Dtrace_gfs2.h212 __entry->dev = gh->gh_gl->gl_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_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;
Dsuper.c853 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()
Dinode.c172 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()
1327 struct gfs2_holder ghs[5], r_gh = { .gh_gl = NULL, }; in gfs2_rename()
1535 if (r_gh.gh_gl) in gfs2_rename()
Dfile.c1030 gl = fl_gh->gh_gl; in do_flock()
1075 if (fl_gh->gh_gl) { in do_unflock()
Dincore.h256 struct gfs2_glock *gh_gl; member
Dglops.c410 struct gfs2_glock *gl = gh->gh_gl; in inode_go_lock()
Drgrp.c1238 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_lock()
1254 struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object; in gfs2_rgrp_go_unlock()
2095 if (rs->rs_rgd_gh.gh_gl) in gfs2_inplace_release()
Dbmap.c782 rgd = rlist.rl_ghs[x].gh_gl->gl_object; in do_strip()
Dxattr.c1344 rgd = rlist.rl_ghs[x].gh_gl->gl_object; in ea_dealloc_indirect()
Ddir.c1930 rgd = rlist.rl_ghs[x].gh_gl->gl_object; in leaf_dealloc()