Lines Matching defs:roundoff
1764 int roundoff)
1767 int size = iclog->ic_offset + roundoff;
1993 uint32_t *roundoff)
2001 *roundoff = count - count_init;
2004 ASSERT(*roundoff < log->l_iclog_roundoff);
2038 unsigned int roundoff; /* roundoff to BB or stripe */
2045 count = xlog_calc_iclog_size(log, iclog, &roundoff);
2048 * If we have a ticket, account for the roundoff via the ticket
2053 ticket->t_curr_res -= roundoff;
2055 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff);
2056 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff);
2060 xlog_pack_data(log, iclog, roundoff);
2065 size += roundoff;
3429 * and then there are LR hdrs, split-recs and roundoff at end of syncs.
3437 * roundoff is at its maximum
3439 * i.e. <transaction-data><roundoff> | <commit-rec><roundoff>
3443 * This then means that in the worst case, roundoff can happen for
3490 /* roundoff padding for transaction data and one for commit record */