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

/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.c423 (sbp->sb_rextsize * sbp->sb_blocksize > XFS_MAX_RTEXTSIZE) ||
490 if (sbp->sb_rextsize * sbp->sb_blocksize > XFS_MAX_RTEXTSIZE ||
H A Dxfs_format.h1154 #define XFS_MAX_RTEXTSIZE (1024 * 1024 * 1024) /* 1GB */ macro
/linux-master/fs/xfs/
H A Dxfs_rtalloc.c844 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE ||

Completed in 319 milliseconds