Searched refs:xfs_verify_fsbext (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_types.c | 58 xfs_verify_fsbext( in xfs_verify_fsbext() function
|
H A D | xfs_types.h | 226 bool xfs_verify_fsbext(struct xfs_mount *mp, xfs_fsblock_t fsbno,
|
H A D | xfs_refcount.c | 1337 ASSERT(xfs_verify_fsbext(mp, ri->ri_startblock, ri->ri_blockcount)); in xfs_refcount_continue_op()
|
H A D | xfs_alloc.c | 2554 if (XFS_IS_CORRUPT(mp, !xfs_verify_fsbext(mp, bno, len))) in __xfs_free_extent_later()
|
H A D | xfs_bmap.c | 6228 if (!xfs_verify_fsbext(mp, irec->br_startblock, in xfs_bmap_validate_extent()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_refcount_item.c | 468 return xfs_verify_fsbext(mp, pmap->pe_startblock, pmap->pe_len); in xfs_cui_validate_phys()
|
H A D | xfs_bmap_item.c | 480 return xfs_verify_fsbext(mp, map->me_startblock, map->me_len); in xfs_bui_validate()
|
H A D | xfs_rmap_item.c | 498 return xfs_verify_fsbext(mp, map->me_startblock, map->me_len); in xfs_rui_validate_map()
|
H A D | xfs_extfree_item.c | 651 return xfs_verify_fsbext(mp, extp->ext_start, extp->ext_len); in xfs_efi_validate_ext()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | bmap.c | 417 !xfs_verify_fsbext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()
|