Searched refs:XFS_MIN_AG_BYTES (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/fs/xfs/libxfs/ | ||
| D | xfs_fs.h | 268 #define XFS_MIN_AG_BYTES (1ULL << 24) /* 16 MB */ macro |
| D | xfs_sb.c | 315 XFS_FSB_TO_B(mp, sbp->sb_agblocks) < XFS_MIN_AG_BYTES || in xfs_validate_sb_common() |