Searched refs:xfs_verify_rtext (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | rtbitmap.c | 57 if (!xfs_verify_rtext(mp, startblock, blockcount)) in xchk_rtbitmap_rec()
|
H A D | rtsummary.c | 141 if (!xfs_verify_rtext(mp, rtbno, rtlen)) { in xchk_rtsum_record_free()
|
H A D | bmap.c | 413 !xfs_verify_rtext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_types.c | 151 xfs_verify_rtext( in xfs_verify_rtext() function
|
H A D | xfs_types.h | 233 bool xfs_verify_rtext(struct xfs_mount *mp, xfs_rtblock_t rtbno,
|
H A D | xfs_bmap.c | 6224 if (!xfs_verify_rtext(mp, irec->br_startblock, in xfs_bmap_validate_extent()
|