Searched refs:max_logres (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c198 int max_logres;
204 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres);
206 max_logres *= tres.tr_logcount;
240 min_logblks = roundup_64(BTOBB(max_logres), lsunit) +
243 min_logblks = BTOBB(max_logres) + 2 * BBSIZE;
152 int max_logres; local

Completed in 197 milliseconds