Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rtbitmap.h297 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
Dxfs_rtbitmap.c1103 xfs_rtalloc_query_all( in xfs_rtalloc_query_all() function
/linux-6.12.1/fs/xfs/scrub/
Drtbitmap.c196 error = xfs_rtalloc_query_all(mp, sc->tp, xchk_rtbitmap_rec, sc); in xchk_rtbitmap()
Drtsummary.c214 return xfs_rtalloc_query_all(sc->mp, sc->tp, xchk_rtsum_record_free, in xchk_rtsum_compute()
Dfscounters.c420 error = xfs_rtalloc_query_all(sc->mp, sc->tp, in xchk_fscount_count_frextents()
/linux-6.12.1/fs/xfs/
Dxfs_rtalloc.c1084 error = xfs_rtalloc_query_all(mp, NULL, xfs_rtalloc_count_frextent, in xfs_rtalloc_reinit_frextents()