Home
last modified time | relevance | path

Searched refs:xfs_verify_rtbext (Results 1 – 12 of 12) sorted by relevance

/fs/xfs/libxfs/
A Dxfs_types.h277 bool xfs_verify_rtbext(struct xfs_mount *mp, xfs_rtblock_t rtbno,
A Dxfs_types.c171 xfs_verify_rtbext( in xfs_verify_rtbext() function
A Dxfs_refcount.c1488 ASSERT(xfs_verify_rtbext(mp, ri->ri_startblock, ri->ri_blockcount)); in xfs_rtrefcount_continue_op()
A Dxfs_alloc.c2654 if (XFS_IS_CORRUPT(mp, !xfs_verify_rtbext(mp, bno, len))) in xfs_defer_extent_free()
A Dxfs_bmap.c6106 if (!xfs_verify_rtbext(mp, irec->br_startblock, in xfs_bmap_validate_extent_raw()
/fs/xfs/scrub/
A Drtbitmap.c134 if (!xfs_verify_rtbext(rtg_mount(rtg), startblock, blockcount)) in xchk_rtbitmap_rec()
A Drtsummary.c195 if (!xfs_verify_rtbext(mp, rtbno, rtlen)) { in xchk_rtsum_record_free()
A Dbmap.c497 !xfs_verify_rtbext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()
/fs/xfs/
A Dxfs_bmap_item.c451 return xfs_verify_rtbext(mp, map->me_startblock, map->me_len); in xfs_bui_validate()
A Dxfs_refcount_item.c473 return xfs_verify_rtbext(mp, pmap->pe_startblock, pmap->pe_len); in xfs_cui_validate_phys()
A Dxfs_rmap_item.c503 return xfs_verify_rtbext(mp, map->me_startblock, map->me_len); in xfs_rui_validate_map()
A Dxfs_extfree_item.c619 return xfs_verify_rtbext(mp, extp->ext_start, extp->ext_len); in xfs_efi_validate_ext()

Completed in 39 milliseconds