Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_fsops.c256 if (nb < XFS_MIN_LOG_BLOCKS || nb < XFS_B_TO_FSB(mp, XFS_MIN_LOG_BYTES)) in xfs_growfs_log_private()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h257 #define XFS_MIN_LOG_BLOCKS 512ULL macro