Searched refs:l_iclog_roundoff (Results 1 – 2 of 2) sorted by relevance
1359 log->l_iclog_roundoff = mp->m_sb.sb_logsunit; in xlog_alloc_log()1361 log->l_iclog_roundoff = mp->m_sb.sb_logsectsize; in xlog_alloc_log()1363 log->l_iclog_roundoff = BBSIZE; in xlog_alloc_log()1672 count = roundup(count_init, log->l_iclog_roundoff); in xlog_calc_iclog_size()1677 ASSERT(*roundoff < log->l_iclog_roundoff); in xlog_calc_iclog_size()2711 if (log->l_iclog_roundoff > BBSIZE) { in xlog_state_switch_iclogs()2712 uint32_t sunit_bb = BTOBB(log->l_iclog_roundoff); in xlog_state_switch_iclogs()3103 unit_bytes += 2 * log->l_iclog_roundoff; in xlog_calc_unit_res()
464 uint32_t l_iclog_roundoff;/* padding roundoff */ member