Searched refs:roundoff (Results 1 – 1 of 1) sorted by relevance
1694 int roundoff) in xlog_pack_data() argument1697 int size = iclog->ic_offset + roundoff; in xlog_pack_data()1842 int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local1861 roundoff = count - count_init; in xlog_sync()1862 ASSERT(roundoff >= 0); in xlog_sync()1864 roundoff < log->l_mp->m_sb.sb_logsunit) in xlog_sync()1867 roundoff < BBTOB(1))); in xlog_sync()1870 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()1871 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()1874 xlog_pack_data(log, iclog, roundoff); in xlog_sync()[all …]