Home
last modified time | relevance | path

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

/Linux-v6.6/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()
/Linux-v6.6/fs/xfs/scrub/
Drtbitmap.c119 error = xfs_rtalloc_query_all(sc->mp, sc->tp, xchk_rtbitmap_rec, sc); in xchk_rtbitmap()
Drtsummary.c171 return xfs_rtalloc_query_all(sc->mp, sc->tp, xchk_rtsum_record_free, in xchk_rtsum_compute()
Dfscounters.c422 error = xfs_rtalloc_query_all(sc->mp, sc->tp, in xchk_fscount_count_frextents()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_rtbitmap.c1064 xfs_rtalloc_query_all( in xfs_rtalloc_query_all() function