Searched refs:xfs_verify_fileoff (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_types.c209 xfs_verify_fileoff( function
226 if (!xfs_verify_fileoff(mp, off))
229 return xfs_verify_fileoff(mp, off + len - 1);
H A Dxfs_types.h234 bool xfs_verify_fileoff(struct xfs_mount *mp, xfs_fileoff_t off);
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c122 if (!xfs_verify_fileoff(mp, offset)) {
123 ASSERT(xfs_verify_fileoff(mp, offset));
H A Dquota.c92 if (!xfs_verify_fileoff(mp, offset)) {
H A Dinode_repair.c799 if (!xfs_verify_fileoff(sc->mp, fileoff))
/linux-master/fs/xfs/
H A Dxfs_super.c1658 if (!xfs_verify_fileoff(mp, XFS_B_TO_FSBT(mp, MAX_LFS_FILESIZE))) {
H A Dxfs_inode.c1442 if (!xfs_verify_fileoff(mp, first_unmap_block)) {

Completed in 210 milliseconds