Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_log.c1526 int roundoff) in xlog_pack_data() argument
1529 int size = iclog->ic_offset + roundoff; in xlog_pack_data()
1755 uint32_t *roundoff) in xlog_calc_iclog_size() argument
1763 *roundoff = count - count_init; in xlog_calc_iclog_size()
1766 ASSERT(*roundoff < log->l_iclog_roundoff); in xlog_calc_iclog_size()
1807 count = xlog_calc_iclog_size(log, iclog, &roundoff); in xlog_sync()
1815 ticket->t_curr_res -= roundoff; in xlog_sync()
1817 xlog_grant_add_space(&log->l_reserve_head, roundoff); in xlog_sync()
1818 xlog_grant_add_space(&log->l_write_head, roundoff); in xlog_sync()
1822 xlog_pack_data(log, iclog, roundoff); in xlog_sync()
[all …]