Searched refs:count_init (Results 1 – 1 of 1) sorted by relevance
1807 uint32_t count_init, count; in xlog_calc_iclog_size() local1814 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()1819 count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init)); in xlog_calc_iclog_size()1821 count = BBTOB(BTOBB(count_init)); in xlog_calc_iclog_size()1824 ASSERT(count >= count_init); in xlog_calc_iclog_size()1825 *roundoff = count - count_init; in xlog_calc_iclog_size()