Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Drgrp.h32 extern struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp);
Drgrp.c550 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp) in gfs2_rgrpd_get_first() function
979 rgd = gfs2_rgrpd_get_first(sdp); in set_rgrp_preferences()
1420 if ((gfs2_rgrpd_get_first(sdp) == gfs2_rgrpd_get_next(rgd_end)) in gfs2_fitrim()
1987 rgd = gfs2_rgrpd_get_first(sdp); in gfs2_select_rgrp()
Dsuper.c1109 rgd_next = gfs2_rgrpd_get_first(sdp); in gfs2_statfs_slow()