max_logres         85 fs/xfs/libxfs/xfs_log_rlimit.c 	int			max_logres;
max_logres         91 fs/xfs/libxfs/xfs_log_rlimit.c 	max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres);
max_logres         93 fs/xfs/libxfs/xfs_log_rlimit.c 		max_logres *= tres.tr_logcount;
max_logres        127 fs/xfs/libxfs/xfs_log_rlimit.c 		min_logblks = roundup_64(BTOBB(max_logres), lsunit) +
max_logres        130 fs/xfs/libxfs/xfs_log_rlimit.c 		min_logblks = BTOBB(max_logres) + 2 * BBSIZE;