free_threshold   1557 fs/xfs/xfs_log.c 	int		free_threshold;
free_threshold   1569 fs/xfs/xfs_log.c 	free_threshold = BTOBB(need_bytes);
free_threshold   1570 fs/xfs/xfs_log.c 	free_threshold = max(free_threshold, (log->l_logBBsize >> 2));
free_threshold   1571 fs/xfs/xfs_log.c 	free_threshold = max(free_threshold, 256);
free_threshold   1572 fs/xfs/xfs_log.c 	if (free_blocks >= free_threshold)
free_threshold   1577 fs/xfs/xfs_log.c 	threshold_block += free_threshold;