Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Drgrp.h59 unsigned int rl_rgrps; member
H A Drgrp.c2676 if (rlist->rl_rgrps) { in gfs2_rlist_add()
2677 rgd = rlist->rl_rgd[rlist->rl_rgrps - 1]; in gfs2_rlist_add()
2693 for (x = 0; x < rlist->rl_rgrps; x++) { in gfs2_rlist_add()
2696 rlist->rl_rgd[rlist->rl_rgrps - 1]); in gfs2_rlist_add()
2701 if (rlist->rl_rgrps == rlist->rl_space) { in gfs2_rlist_add()
2717 rlist->rl_rgd[rlist->rl_rgrps++] = rgd; in gfs2_rlist_add()
2736 rlist->rl_ghs = kmalloc_array(rlist->rl_rgrps, in gfs2_rlist_alloc()
2739 for (x = 0; x < rlist->rl_rgrps; x++) in gfs2_rlist_alloc()
2757 for (x = 0; x < rlist->rl_rgrps; x++) in gfs2_rlist_free()
H A Dxattr.c1318 for (x = 0; x < rlist.rl_rgrps; x++) { 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()
H A Ddir.c2022 for (x = 0; x < rlist.rl_rgrps; x++) { 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()