Searched refs:gfs2_rgrpd_get_first (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/gfs2/
H A Drgrp.h28 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp);
H A Drgrp.c556 * gfs2_rgrpd_get_first - get the first Resource Group in the filesystem
562 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp) function
973 rgd = gfs2_rgrpd_get_first(sdp);
1428 if ((gfs2_rgrpd_get_first(sdp) == gfs2_rgrpd_get_next(rgd_end))
2003 rgd = gfs2_rgrpd_get_first(sdp);
H A Dsuper.c888 rgd_next = gfs2_rgrpd_get_first(sdp);

Completed in 134 milliseconds