Home
last modified time | relevance | path

Searched refs:XFS_MIN_LOG_BYTES (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_fs.h254 #define XFS_MIN_LOG_BYTES (10 * 1024 * 1024ULL) macro
269 ((2 * 1024 * 1024 * 1024ULL) - XFS_MIN_LOG_BYTES)
/linux/fs/xfs/
H A Dxfs_fsops.c244 if (nb < XFS_MIN_LOG_BLOCKS || nb < XFS_B_TO_FSB(mp, XFS_MIN_LOG_BYTES)) in xfs_growfs_log_private()