Searched refs:roundoff (Results 1 – 1 of 1) sorted by relevance
1567 int roundoff) in xlog_pack_data() argument1570 int size = iclog->ic_offset + roundoff; in xlog_pack_data()1775 uint32_t *roundoff) in xlog_calc_iclog_size() argument1795 *roundoff = count - count_init; in xlog_calc_iclog_size()1798 ASSERT(*roundoff < log->l_mp->m_sb.sb_logsunit); in xlog_calc_iclog_size()1800 ASSERT(*roundoff < BBTOB(1)); in xlog_calc_iclog_size()1833 unsigned int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local1840 count = xlog_calc_iclog_size(log, iclog, &roundoff); in xlog_sync()1843 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()1844 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()[all …]