Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_types.c235 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 Dxfs_types.h283 bool xfs_verify_fileoff(struct xfs_mount *mp, xfs_fileoff_t off);
/linux/fs/xfs/scrub/
H A Dquota_repair.c119 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 Dquota.c92 if (!xfs_verify_fileoff(mp, offset)) { in xchk_quota_item_bmap()
H A Dinode_repair.c936 if (!xfs_verify_fileoff(sc->mp, fileoff)) in xrep_dinode_bad_bmbt_fork()
/linux/fs/xfs/
H A Dxfs_super.c1842 if (!xfs_verify_fileoff(mp, XFS_B_TO_FSBT(mp, MAX_LFS_FILESIZE))) { in xfs_fs_fill_super()
H A Dxfs_inode.c1073 if (!xfs_verify_fileoff(mp, first_unmap_block)) { in xfs_itruncate_extents_flags()