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