Searched refs:roundoff (Results 1 – 2 of 2) sorted by relevance
1386 int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local1405 roundoff = count - count_init; in xlog_sync()1406 ASSERT(roundoff >= 0); in xlog_sync()1408 roundoff < log->l_mp->m_sb.sb_logsunit) in xlog_sync()1411 roundoff < BBTOB(1))); in xlog_sync()1415 XLOG_GRANT_ADD_SPACE(log, roundoff, 'w'); in xlog_sync()1416 XLOG_GRANT_ADD_SPACE(log, roundoff, 'r'); in xlog_sync()1420 xlog_pack_data(log, iclog, roundoff); in xlog_sync()1426 iclog->ic_offset + roundoff); in xlog_sync()
3388 int roundoff) in xlog_pack_data() argument3391 int size = iclog->ic_offset + roundoff; in xlog_pack_data()