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