Searched refs:XFS_MAX_FILEOFF (Results 1 – 11 of 11) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | dqiterate.c | 67 XFS_MAX_FILEOFF - fileoff, &cursor->bmap, &nmaps, 0); in xchk_dquot_iter_revalidate_bmap() 108 XFS_MAX_FILEOFF - fileoff, &cursor->bmap, in xchk_dquot_iter_advance_bmap()
|
H A D | quota_repair.c | 462 XFS_MAX_FILEOFF); in xrep_quota_data_fork() 468 XFS_MAX_FILEOFF, true); in xrep_quota_data_fork()
|
H A D | tempfile.c | 642 if (off == 0 && len == XFS_MAX_FILEOFF) in xrep_tempexch_prep_request() 850 error = xrep_tempexch_prep_request(sc, whichfork, 0, XFS_MAX_FILEOFF, in xrep_tempexch_trans_alloc()
|
H A D | reap.c | 1287 while (off < XFS_MAX_FILEOFF) { in xrep_reap_ifork() 1292 error = xfs_bmapi_read(ip, off, XFS_MAX_FILEOFF - off, &imap, in xrep_reap_ifork()
|
H A D | attr_repair.c | 899 offset < XFS_MAX_FILEOFF; in xrep_xattr_recover() 902 error = xfs_bmapi_read(sc->ip, offset, XFS_MAX_FILEOFF - offset, in xrep_xattr_recover()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_types.c | 239 return off <= XFS_MAX_FILEOFF; in xfs_verify_fileoff()
|
H A D | xfs_exchmaps.c | 916 blockcount = XFS_MAX_FILEOFF - off; in xmi_next()
|
H A D | xfs_format.h | 1869 #define XFS_MAX_FILEOFF (BMBT_STARTOFF_MASK + BMBT_BLOCKCOUNT_MASK) macro
|
/linux/fs/xfs/ |
H A D | xfs_reflink.c | 1546 XFS_MAX_FILEOFF); in xfs_reflink_remap_blocks() 1808 error = xfs_reflink_cancel_cow_blocks(ip, tpp, 0, XFS_MAX_FILEOFF, in xfs_reflink_clear_inode_flag()
|
H A D | xfs_inode.c | 1062 WARN_ON_ONCE(first_unmap_block > XFS_MAX_FILEOFF); in xfs_itruncate_extents_flags() 1067 XFS_MAX_FILEOFF); in xfs_itruncate_extents_flags() 1074 first_unmap_block, XFS_MAX_FILEOFF, true); in xfs_itruncate_extents_flags()
|
H A D | xfs_super.c | 1871 XFS_MAX_FILEOFF); in xfs_fs_fill_super()
|