Searched refs:count_init (Results 1 – 1 of 1) sorted by relevance
1742 uint count_init; /* initial count before roundup */ in xlog_sync() local1753 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_sync()1758 count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init)); in xlog_sync()1760 count = BBTOB(BTOBB(count_init)); in xlog_sync()1762 roundoff = count - count_init; in xlog_sync()