Home
last modified time | relevance | path

Searched refs:xfs_verify_fsbext (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_types.h270 bool xfs_verify_fsbext(struct xfs_mount *mp, xfs_fsblock_t fsbno,
H A Dxfs_types.c60 xfs_verify_fsbext( in xfs_verify_fsbext() function
H A Dxfs_refcount.c1370 ASSERT(xfs_verify_fsbext(mp, ri->ri_startblock, ri->ri_blockcount)); in xfs_refcount_continue_op()
H A Dxfs_alloc.c2657 if (XFS_IS_CORRUPT(mp, !xfs_verify_fsbext(mp, bno, len))) in xfs_defer_extent_free()
H A Dxfs_bmap.c6105 if (!xfs_verify_fsbext(mp, irec->br_startblock, in xfs_bmap_validate_extent_raw()
/linux-6.15/fs/xfs/
H A Dxfs_bmap_item.c443 return xfs_verify_fsbext(mp, map->me_startblock, map->me_len); in xfs_bui_validate()
H A Dxfs_refcount_item.c465 return xfs_verify_fsbext(mp, pmap->pe_startblock, pmap->pe_len); in xfs_cui_validate_phys()
H A Dxfs_rmap_item.c495 return xfs_verify_fsbext(mp, map->me_startblock, map->me_len); in xfs_rui_validate_map()
H A Dxfs_extfree_item.c608 return xfs_verify_fsbext(mp, extp->ext_start, extp->ext_len); in xfs_efi_validate_ext()
/linux-6.15/fs/xfs/scrub/
H A Dbmap.c501 !xfs_verify_fsbext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()