Home
last modified time | relevance | path

Searched refs:roundoff (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_log.c1765 int roundoff) in xlog_pack_data() argument
1768 int size = iclog->ic_offset + roundoff; in xlog_pack_data()
1994 uint32_t *roundoff) in xlog_calc_iclog_size() argument
2002 *roundoff = count - count_init; in xlog_calc_iclog_size()
2005 ASSERT(*roundoff < log->l_iclog_roundoff); in xlog_calc_iclog_size()
2039 unsigned int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local
2046 count = xlog_calc_iclog_size(log, iclog, &roundoff); in xlog_sync()
2054 ticket->t_curr_res -= roundoff; in xlog_sync()
2057 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()
2061 xlog_pack_data(log, iclog, roundoff); in xlog_sync()
[all …]
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py185 roundoff = 1024 - mod
186 size = size + roundoff