Searched refs:xfs_rtalloc_query_all (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_rtbitmap.h | 297 int xfs_rtalloc_query_all(struct xfs_mount *mp, struct xfs_trans *tp, 342 # define xfs_rtalloc_query_all(m,t,f,p) (-ENOSYS) macro
|
D | xfs_rtbitmap.c | 1103 xfs_rtalloc_query_all( in xfs_rtalloc_query_all() function
|
/linux-6.12.1/fs/xfs/scrub/ |
D | rtbitmap.c | 196 error = xfs_rtalloc_query_all(mp, sc->tp, xchk_rtbitmap_rec, sc); in xchk_rtbitmap()
|
D | rtsummary.c | 214 return xfs_rtalloc_query_all(sc->mp, sc->tp, xchk_rtsum_record_free, in xchk_rtsum_compute()
|
D | fscounters.c | 420 error = xfs_rtalloc_query_all(sc->mp, sc->tp, in xchk_fscount_count_frextents()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_rtalloc.c | 1084 error = xfs_rtalloc_query_all(mp, NULL, xfs_rtalloc_count_frextent, in xfs_rtalloc_reinit_frextents()
|