Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Drgrp.h32 extern struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp);
Drgrp.c541 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()
1399 if ((gfs2_rgrpd_get_first(sdp) == gfs2_rgrpd_get_next(rgd_end)) in gfs2_fitrim()
1941 rgd = gfs2_rgrpd_get_first(sdp); in gfs2_select_rgrp()
Dsuper.c1086 rgd_next = gfs2_rgrpd_get_first(sdp); in gfs2_statfs_slow()