Searched refs:xfs_verify_fileoff (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_types.c | 235 xfs_verify_fileoff( in xfs_verify_fileoff() function 252 if (!xfs_verify_fileoff(mp, off)) in xfs_verify_fileext() 255 return xfs_verify_fileoff(mp, off + len - 1); in xfs_verify_fileext()
|
| H A D | xfs_types.h | 283 bool xfs_verify_fileoff(struct xfs_mount *mp, xfs_fileoff_t off);
|
| /linux/fs/xfs/scrub/ |
| H A D | quota_repair.c | 119 if (!xfs_verify_fileoff(mp, offset)) { in xrep_quota_item_bmap() 120 ASSERT(xfs_verify_fileoff(mp, offset)); in xrep_quota_item_bmap()
|
| H A D | quota.c | 92 if (!xfs_verify_fileoff(mp, offset)) { in xchk_quota_item_bmap()
|
| H A D | inode_repair.c | 936 if (!xfs_verify_fileoff(sc->mp, fileoff)) in xrep_dinode_bad_bmbt_fork()
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 1842 if (!xfs_verify_fileoff(mp, XFS_B_TO_FSBT(mp, MAX_LFS_FILESIZE))) { in xfs_fs_fill_super()
|
| H A D | xfs_inode.c | 1073 if (!xfs_verify_fileoff(mp, first_unmap_block)) { in xfs_itruncate_extents_flags()
|