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

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c153 int min_logblks = 0; local
194 min_logblks = roundup_64(BTOBB(max_logres), lsunit) +
197 min_logblks = BTOBB(max_logres) + 2 * BBSIZE;
198 min_logblks *= XFS_MIN_LOG_FACTOR;
200 return XFS_BB_TO_FSB(mp, min_logblks);

Completed in 229 milliseconds