xfs_verify_fileoff
if (!xfs_verify_fileoff(mp, off))
return xfs_verify_fileoff(mp, off + len - 1);
bool xfs_verify_fileoff(struct xfs_mount *mp, xfs_fileoff_t off);
if (!xfs_verify_fileoff(sc->mp, fileoff))
if (!xfs_verify_fileoff(mp, offset)) {
if (!xfs_verify_fileoff(mp, offset)) {
ASSERT(xfs_verify_fileoff(mp, offset));
if (!xfs_verify_fileoff(mp, first_unmap_block)) {
if (!xfs_verify_fileoff(mp, XFS_B_TO_FSBT(mp, MAX_LFS_FILESIZE))) {