Home
last modified time | relevance | path

Searched refs:xfs_verify_fileext (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_types.c218 xfs_verify_fileext( in xfs_verify_fileext() function
H A Dxfs_types.h240 bool xfs_verify_fileext(struct xfs_mount *mp, xfs_fileoff_t off,
H A Dxfs_rmap.c259 !xfs_verify_fileext(mp, irec->rm_offset, irec->rm_blockcount)) in xfs_rmap_check_irec()
H A Dxfs_bmap.c6184 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xfs_bmap_validate_extent()
/openbmc/linux/fs/xfs/scrub/
H A Dbmap.c405 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent()
717 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent_delalloc()
/openbmc/linux/fs/xfs/
H A Dxfs_bmap_item.c477 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_bui_validate()
H A Dxfs_rmap_item.c495 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_rui_validate_map()