Home
last modified time | relevance | path

Searched refs:XFS_MAX_RTEXTSIZE (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_sb.c247 if (sbp->sb_rextsize * sbp->sb_blocksize > XFS_MAX_RTEXTSIZE || in xfs_validate_rt_geometry()
460 (sbp->sb_rextsize * sbp->sb_blocksize > XFS_MAX_RTEXTSIZE) || in xfs_validate_sb_common()
Dxfs_format.h1163 #define XFS_MAX_RTEXTSIZE (1024 * 1024 * 1024) /* 1GB */ macro
/linux-6.12.1/fs/xfs/
Dxfs_rtalloc.c908 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt()