Lines Matching defs:roundoff
1582 int roundoff)
1585 int size = iclog->ic_offset + roundoff;
1790 uint32_t *roundoff)
1810 *roundoff = count - count_init;
1813 ASSERT(*roundoff < log->l_mp->m_sb.sb_logsunit);
1815 ASSERT(*roundoff < BBTOB(1));
1848 unsigned int roundoff; /* roundoff to BB or stripe */
1855 count = xlog_calc_iclog_size(log, iclog, &roundoff);
1857 /* move grant heads by roundoff in sync */
1858 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff);
1859 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff);
1862 xlog_pack_data(log, iclog, roundoff);
1867 size += roundoff;
3175 * Flush it out now. There should be a roundoff of zero
3177 * roundoff from the previous sync.
3363 * and then there are LR hdrs, split-recs and roundoff at end of syncs.
3371 * roundoff is at its maximum
3373 * i.e. <transaction-data><roundoff> | <commit-rec><roundoff>
3377 * This then means that in the worst case, roundoff can happen for
3424 /* for roundoff padding for transaction data and one for commit record */
3426 /* log su roundoff */
3429 /* BB roundoff */