min_logblks        86 fs/xfs/libxfs/xfs_log_rlimit.c 	int			min_logblks = 0;
min_logblks       127 fs/xfs/libxfs/xfs_log_rlimit.c 		min_logblks = roundup_64(BTOBB(max_logres), lsunit) +
min_logblks       130 fs/xfs/libxfs/xfs_log_rlimit.c 		min_logblks = BTOBB(max_logres) + 2 * BBSIZE;
min_logblks       131 fs/xfs/libxfs/xfs_log_rlimit.c 	min_logblks *= XFS_MIN_LOG_FACTOR;
min_logblks       133 fs/xfs/libxfs/xfs_log_rlimit.c 	return XFS_BB_TO_FSB(mp, min_logblks);