Home
last modified time | relevance | path

Searched refs:rl_space (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/gfs2/
Drgrp.h64 unsigned int rl_space; member
Drgrp.c2623 if (rlist->rl_rgrps == rlist->rl_space) { in gfs2_rlist_add()
2624 new_space = rlist->rl_space + 10; in gfs2_rlist_add()
2631 rlist->rl_space * sizeof(struct gfs2_rgrpd *)); in gfs2_rlist_add()
2635 rlist->rl_space = new_space; in gfs2_rlist_add()