Lines Matching refs:roundoff
1582 int roundoff) in xlog_pack_data() argument
1585 int size = iclog->ic_offset + roundoff; in xlog_pack_data()
1790 uint32_t *roundoff) in xlog_calc_iclog_size() argument
1810 *roundoff = count - count_init; in xlog_calc_iclog_size()
1813 ASSERT(*roundoff < log->l_mp->m_sb.sb_logsunit); in xlog_calc_iclog_size()
1815 ASSERT(*roundoff < BBTOB(1)); in xlog_calc_iclog_size()
1848 unsigned int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local
1855 count = xlog_calc_iclog_size(log, iclog, &roundoff); in xlog_sync()
1858 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()
1859 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()
1862 xlog_pack_data(log, iclog, roundoff); in xlog_sync()
1867 size += roundoff; in xlog_sync()