Searched refs:roundoff (Results 1 – 1 of 1) sorted by relevance
1798 int roundoff) in xlog_pack_data() argument1801 int size = iclog->ic_offset + roundoff; in xlog_pack_data()2026 uint32_t *roundoff) in xlog_calc_iclog_size() argument2034 *roundoff = count - count_init; in xlog_calc_iclog_size()2037 ASSERT(*roundoff < log->l_iclog_roundoff); in xlog_calc_iclog_size()2071 unsigned int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local2078 count = xlog_calc_iclog_size(log, iclog, &roundoff); in xlog_sync()2086 ticket->t_curr_res -= roundoff; in xlog_sync()2089 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()2093 xlog_pack_data(log, iclog, roundoff); in xlog_sync()[all …]
Completed in 10 milliseconds