Searched refs:max_logres (Results 1 – 1 of 1) sorted by relevance
87 int max_logres; in xfs_log_calc_minimum_size() local93 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres); in xfs_log_calc_minimum_size()95 max_logres *= tres.tr_logcount; in xfs_log_calc_minimum_size()129 min_logblks = roundup_64(BTOBB(max_logres), lsunit) + in xfs_log_calc_minimum_size()132 min_logblks = BTOBB(max_logres) + 2 * BBSIZE; in xfs_log_calc_minimum_size()