Home
last modified time | relevance | path

Searched refs:XFS_MAX_FILEOFF (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Ddqiterate.c67 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()
Dquota_repair.c462 XFS_MAX_FILEOFF); in xrep_quota_data_fork()
468 XFS_MAX_FILEOFF, true); in xrep_quota_data_fork()
Dreap.c1018 while (off < XFS_MAX_FILEOFF) { in xrep_reap_ifork()
1023 error = xfs_bmapi_read(ip, off, XFS_MAX_FILEOFF - off, &imap, in xrep_reap_ifork()
Dattr_repair.c899 offset < XFS_MAX_FILEOFF; in xrep_xattr_recover()
902 error = xfs_bmapi_read(sc->ip, offset, XFS_MAX_FILEOFF - offset, in xrep_xattr_recover()
Dtempfile.c533 req->blockcount = XFS_MAX_FILEOFF; in xrep_tempexch_prep_request()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_symlink_remote.c400 error = xfs_bmapi_read(ip, 0, XFS_MAX_FILEOFF, mval, &nmaps, 0); in xfs_symlink_remote_truncate()
419 error = xfs_bunmapi(tp, ip, 0, XFS_MAX_FILEOFF, 0, nmaps, &done); in xfs_symlink_remote_truncate()
Dxfs_types.c213 return off <= XFS_MAX_FILEOFF; in xfs_verify_fileoff()
Dxfs_exchmaps.c914 blockcount = XFS_MAX_FILEOFF - off; in xmi_next()
Dxfs_format.h1673 #define XFS_MAX_FILEOFF (BMBT_STARTOFF_MASK + BMBT_BLOCKCOUNT_MASK) macro
/linux-6.12.1/fs/xfs/
Dxfs_reflink.c1343 XFS_MAX_FILEOFF); in xfs_reflink_remap_blocks()
1609 error = xfs_reflink_cancel_cow_blocks(ip, tpp, 0, XFS_MAX_FILEOFF, in xfs_reflink_clear_inode_flag()
Dxfs_inode.c1050 WARN_ON_ONCE(first_unmap_block > XFS_MAX_FILEOFF); in xfs_itruncate_extents_flags()
1055 XFS_MAX_FILEOFF); in xfs_itruncate_extents_flags()
1062 first_unmap_block, XFS_MAX_FILEOFF, true); in xfs_itruncate_extents_flags()
Dxfs_super.c1689 XFS_MAX_FILEOFF); in xfs_fs_fill_super()