Home
last modified time | relevance | path

Searched refs:xfs_rtalloc_query_all (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/
Dxfs_rtalloc.h131 int xfs_rtalloc_query_all(struct xfs_mount *mp, struct xfs_trans *tp,
145 # define xfs_rtalloc_query_all(m,t,f,p) (ENOSYS) macro
Dxfs_rtalloc.c1315 error = xfs_rtalloc_query_all(mp, NULL, xfs_rtalloc_count_frextent, in xfs_rtalloc_reinit_frextents()
/fs/xfs/scrub/
Drtbitmap.c118 error = xfs_rtalloc_query_all(sc->mp, sc->tp, xchk_rtbitmap_rec, sc); in xchk_rtbitmap()
/fs/xfs/libxfs/
Dxfs_rtbitmap.c1064 xfs_rtalloc_query_all( in xfs_rtalloc_query_all() function