Searched refs:xfs_verify_fsbext (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_types.c | 58 xfs_verify_fsbext( in xfs_verify_fsbext() function
|
D | xfs_types.h | 213 bool xfs_verify_fsbext(struct xfs_mount *mp, xfs_fsblock_t fsbno,
|
D | xfs_refcount.c | 1200 ASSERT(xfs_verify_fsbext(mp, *new_fsbno, new_len)); in xfs_refcount_continue_op()
|
D | xfs_bmap.c | 6206 if (!xfs_verify_fsbext(mp, irec->br_startblock, in xfs_bmap_validate_extent()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_bmap_item.c | 462 return xfs_verify_fsbext(mp, bmap->me_startblock, bmap->me_len); in xfs_bui_validate()
|
D | xfs_refcount_item.c | 454 return xfs_verify_fsbext(mp, refc->pe_startblock, refc->pe_len); in xfs_cui_validate_phys()
|
D | xfs_rmap_item.c | 483 return xfs_verify_fsbext(mp, rmap->me_startblock, rmap->me_len); in xfs_rui_validate_map()
|
D | xfs_extfree_item.c | 586 return xfs_verify_fsbext(mp, extp->ext_start, extp->ext_len); in xfs_efi_validate_ext()
|
/linux-6.1.9/fs/xfs/scrub/ |
D | bmap.c | 345 !xfs_verify_fsbext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()
|