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

/linux-master/fs/xfs/libxfs/
H A Dxfs_types.c218 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.c266 !xfs_verify_fileext(mp, irec->rm_offset, irec->rm_blockcount))
H A Dxfs_bmap.c6278 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount))
/linux-master/fs/xfs/scrub/
H A Dbmap.c429 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount))
798 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount))
H A Dbmap_repair.c205 !xfs_verify_fileext(sc->mp, rec->rm_offset, rec->rm_blockcount))
/linux-master/fs/xfs/
H A Dxfs_bmap_item.c435 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len))
H A Dxfs_rmap_item.c444 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len))

Completed in 181 milliseconds