Searched refs:roundoff (Results 1 – 1 of 1) sorted by relevance
1607 int roundoff) in xlog_pack_data() argument1610 int size = iclog->ic_offset + roundoff; in xlog_pack_data()1805 uint32_t *roundoff) in xlog_calc_iclog_size() argument1825 *roundoff = count - count_init; in xlog_calc_iclog_size()1828 ASSERT(*roundoff < log->l_mp->m_sb.sb_logsunit); in xlog_calc_iclog_size()1830 ASSERT(*roundoff < BBTOB(1)); in xlog_calc_iclog_size()1863 unsigned int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local1870 count = xlog_calc_iclog_size(log, iclog, &roundoff); in xlog_sync()1873 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()1874 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()[all …]