Searched refs:min_logblks (Results 1 - 1 of 1) sorted by path

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c199 int min_logblks = 0;
240 min_logblks = roundup_64(BTOBB(max_logres), lsunit) +
243 min_logblks = BTOBB(max_logres) + 2 * BBSIZE;
244 min_logblks *= XFS_MIN_LOG_FACTOR;
246 return XFS_BB_TO_FSB(mp, min_logblks);
153 int min_logblks = 0; local

Completed in 168 milliseconds