Searched refs:xfs_verify_fsbext (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_types.c | 58 xfs_verify_fsbext( in xfs_verify_fsbext() function
|
A D | xfs_types.h | 213 bool xfs_verify_fsbext(struct xfs_mount *mp, xfs_fsblock_t fsbno,
|
A D | xfs_refcount.c | 1309 ASSERT(xfs_verify_fsbext(mp, ri->ri_startblock, ri->ri_blockcount)); in xfs_refcount_continue_op()
|
A D | xfs_bmap.c | 6172 if (!xfs_verify_fsbext(mp, irec->br_startblock, in xfs_bmap_validate_extent()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_refcount_item.c | 444 return xfs_verify_fsbext(mp, pmap->pe_startblock, pmap->pe_len); in xfs_cui_validate_phys()
|
A D | xfs_rmap_item.c | 474 return xfs_verify_fsbext(mp, map->me_startblock, map->me_len); in xfs_rui_validate_map()
|
A D | xfs_bmap_item.c | 447 return xfs_verify_fsbext(mp, map->me_startblock, map->me_len); in xfs_bui_validate()
|
A D | xfs_extfree_item.c | 585 return xfs_verify_fsbext(mp, extp->ext_start, extp->ext_len); in xfs_efi_validate_ext()
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | bmap.c | 409 !xfs_verify_fsbext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()
|
Completed in 27 milliseconds