Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Drgrp.h28 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp);
H A Drgrp.c562 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp) in gfs2_rgrpd_get_first() function
973 rgd = gfs2_rgrpd_get_first(sdp); in set_rgrp_preferences()
1428 if ((gfs2_rgrpd_get_first(sdp) == gfs2_rgrpd_get_next(rgd_end)) in gfs2_fitrim()
2003 rgd = gfs2_rgrpd_get_first(sdp); in gfs2_select_rgrp()
H A Dsuper.c892 rgd_next = gfs2_rgrpd_get_first(sdp); in gfs2_statfs_slow()