Home
last modified time | relevance | path

Searched refs:rl_ghs (Results 1 – 4 of 4) sorted by relevance

/linux/fs/gfs2/
A Drgrp.h62 struct gfs2_holder *rl_ghs; member
A Drgrp.c2666 if (gfs2_assert_warn(sdp, !rlist->rl_ghs)) in gfs2_rlist_add()
2730 rlist->rl_ghs = kmalloc_array(rlist->rl_rgrps, in gfs2_rlist_alloc()
2735 LM_FLAG_NODE_SCOPE, &rlist->rl_ghs[x]); in gfs2_rlist_alloc()
2750 if (rlist->rl_ghs) { in gfs2_rlist_free()
2752 gfs2_holder_uninit(&rlist->rl_ghs[x]); in gfs2_rlist_free()
2753 kfree(rlist->rl_ghs); in gfs2_rlist_free()
2754 rlist->rl_ghs = NULL; in gfs2_rlist_free()
A Dxattr.c1319 rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in ea_dealloc_indirect()
1323 error = gfs2_glock_nq_m(rlist.rl_rgrps, rlist.rl_ghs); in ea_dealloc_indirect()
1374 gfs2_glock_dq_m(rlist.rl_rgrps, rlist.rl_ghs); in ea_dealloc_indirect()
A Ddir.c2023 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in leaf_dealloc()
2028 error = gfs2_glock_nq_m(rlist.rl_rgrps, rlist.rl_ghs); in leaf_dealloc()
2081 gfs2_glock_dq_m(rlist.rl_rgrps, rlist.rl_ghs); in leaf_dealloc()

Completed in 13 milliseconds