Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_exchmaps_item.c347 if (!xfs_verify_fileext(mp, xlf->xmi_startoff1, xlf->xmi_blockcount)) in xfs_xmi_validate()
350 return xfs_verify_fileext(mp, xlf->xmi_startoff2, xlf->xmi_blockcount); in xfs_xmi_validate()
A Dxfs_bmap_item.c447 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_bui_validate()
A Dxfs_rmap_item.c499 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_rui_validate_map()
/fs/xfs/libxfs/
A Dxfs_types.h284 bool xfs_verify_fileext(struct xfs_mount *mp, xfs_fileoff_t off,
A Dxfs_types.c244 xfs_verify_fileext( in xfs_verify_fileext() function
A Dxfs_rmap.c263 !xfs_verify_fileext(mp, irec->rm_offset, irec->rm_blockcount)) in xfs_rmap_check_irec()
313 if (!xfs_verify_fileext(mp, irec->rm_offset, irec->rm_blockcount)) in xfs_rtrmap_check_inode_irec()
A Dxfs_bmap.c6102 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xfs_bmap_validate_extent_raw()
/fs/xfs/scrub/
A Dbmap_repair.c214 !xfs_verify_fileext(sc->mp, rec->rm_offset, rec->rm_blockcount)) in xrep_bmap_check_fork_rmap()
392 if (!xfs_verify_fileext(sc->mp, rec->rm_offset, rec->rm_blockcount)) in xrep_bmap_check_rtfork_rmap()
A Dbmap.c489 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent()
891 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent_delalloc()

Completed in 63 milliseconds