Searched refs:xfs_verify_fileext (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_types.c | 218 xfs_verify_fileext( in xfs_verify_fileext() function
|
H A D | xfs_types.h | 240 bool xfs_verify_fileext(struct xfs_mount *mp, xfs_fileoff_t off,
|
H A D | xfs_rmap.c | 259 !xfs_verify_fileext(mp, irec->rm_offset, irec->rm_blockcount)) in xfs_rmap_check_irec()
|
H A D | xfs_bmap.c | 6220 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xfs_bmap_validate_extent()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | bmap.c | 405 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 D | xfs_bmap_item.c | 477 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_bui_validate()
|
H A D | xfs_rmap_item.c | 495 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_rui_validate_map()
|