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

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c154 int lsunit = 0; local
163 lsunit = BTOBB(mp->m_sb.sb_logsunit);
176 * 2) If the lsunit option is specified, a transaction requires 2 LSU
191 * it up to lsunit boundary if lsunit is specified.
193 if (lsunit) {
194 min_logblks = roundup_64(BTOBB(max_logres), lsunit) +
195 2 * lsunit;

Completed in 80 milliseconds