Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_types.c218 xfs_verify_fileext( in xfs_verify_fileext() function
H A Dxfs_types.h235 bool xfs_verify_fileext(struct xfs_mount *mp, xfs_fileoff_t off,
H A Dxfs_rmap.c261 !xfs_verify_fileext(mp, irec->rm_offset, irec->rm_blockcount)) in xfs_rmap_check_irec()
H A Dxfs_bmap.c6346 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xfs_bmap_validate_extent_raw()
/linux/fs/xfs/scrub/
H A Dbmap.c429 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent()
798 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent_delalloc()
H A Dbmap_repair.c205 !xfs_verify_fileext(sc->mp, rec->rm_offset, rec->rm_blockcount)) in xrep_bmap_check_fork_rmap()
/linux/fs/xfs/
H A Dxfs_rmap_item.c443 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_rui_validate_map()
H A Dxfs_bmap_item.c445 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_bui_recover_work()