Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c221 * From mkfs.xfs, this is considered by the XFS_MIN_LOG_FACTOR in xfs_log_calc_minimum_size()
248 min_logblks *= XFS_MIN_LOG_FACTOR; in xfs_log_calc_minimum_size()
H A Dxfs_log_format.h41 #define XFS_MIN_LOG_FACTOR 3 macro