Searched refs:xfs_verify_fileext (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_types.h | 213 bool xfs_verify_fileext(struct xfs_mount *mp, xfs_fileoff_t off,
|
D | xfs_types.c | 275 xfs_verify_fileext( in xfs_verify_fileext() function
|
D | xfs_bmap.c | 6287 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xfs_bmap_validate_extent()
|
/fs/xfs/ |
D | xfs_rmap_item.c | 495 if (!xfs_verify_fileext(mp, rmap->me_startoff, rmap->me_len)) in xfs_rui_validate_map()
|
D | xfs_bmap_item.c | 449 if (!xfs_verify_fileext(mp, bmap->me_startoff, bmap->me_len)) in xfs_bui_validate()
|
/fs/xfs/scrub/ |
D | bmap.c | 333 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent()
|