Searched refs:count_init (Results 1 – 1 of 1) sorted by relevance
1764 uint count_init; /* initial count before roundup */ in xlog_sync() local1775 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_sync()1780 count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init)); in xlog_sync()1782 count = BBTOB(BTOBB(count_init)); in xlog_sync()1784 roundoff = count - count_init; in xlog_sync()