Home
last modified time | relevance | path

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

/linux-6.6.21/fs/gfs2/
Drgrp.h28 extern struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp);
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()
Dsuper.c895 rgd_next = gfs2_rgrpd_get_first(sdp); in gfs2_statfs_slow()