Searched refs:XFS_MIN_LOG_BLOCKS (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/libxfs/ | ||
D | xfs_fs.h | 250 #define XFS_MIN_LOG_BLOCKS 512ULL macro |
/fs/xfs/ | ||
D | xfs_fsops.c | 574 if (nb < XFS_MIN_LOG_BLOCKS || nb < XFS_B_TO_FSB(mp, XFS_MIN_LOG_BYTES)) in xfs_growfs_log_private() |