Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_types.c218 xfs_verify_fileext( in xfs_verify_fileext() function
Dxfs_types.h239 bool xfs_verify_fileext(struct xfs_mount *mp, xfs_fileoff_t off,
Dxfs_rmap.c259 !xfs_verify_fileext(mp, irec->rm_offset, irec->rm_blockcount)) in xfs_rmap_check_irec()
Dxfs_bmap.c6208 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xfs_bmap_validate_extent()
/Linux-v6.6/fs/xfs/scrub/
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()
/Linux-v6.6/fs/xfs/
Dxfs_bmap_item.c477 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_bui_validate()
Dxfs_rmap_item.c495 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_rui_validate_map()