Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_fsops.c184 if (nb < XFS_MIN_LOG_BLOCKS || nb < XFS_B_TO_FSB(mp, XFS_MIN_LOG_BYTES)) in xfs_growfs_log_private()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h220 #define XFS_MIN_LOG_BLOCKS 512ULL macro