Searched refs:roundoff (Results 1 – 1 of 1) sorted by relevance
1600 int roundoff) in xlog_pack_data() argument1603 int size = iclog->ic_offset + roundoff; in xlog_pack_data()1743 int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local1762 roundoff = count - count_init; in xlog_sync()1763 ASSERT(roundoff >= 0); in xlog_sync()1765 roundoff < log->l_mp->m_sb.sb_logsunit) in xlog_sync()1768 roundoff < BBTOB(1))); in xlog_sync()1771 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()1772 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()1775 xlog_pack_data(log, iclog, roundoff); in xlog_sync()[all …]