Searched refs:max_logres (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c152 int max_logres; local
158 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres);
160 max_logres *= tres.tr_logcount;
194 min_logblks = roundup_64(BTOBB(max_logres), lsunit) +
197 min_logblks = BTOBB(max_logres) + 2 * BBSIZE;

Completed in 101 milliseconds