Home
last modified time | relevance | path

Searched refs:xfs_rtsummary_read_buf (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h387 int xfs_rtsummary_read_buf(struct xfs_rtalloc_args *args, xfs_fileoff_t block);
442 # define xfs_rtsummary_read_buf(a,b) (-ENOSYS) macro
/linux/fs/xfs/scrub/
H A Drtsummary.c277 error = xfs_rtsummary_read_buf(&rts->args, off); in xchk_rtsum_compare()