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