Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_log.c1764 int roundoff) in xlog_pack_data() argument
1767 int size = iclog->ic_offset + roundoff; in xlog_pack_data()
1992 uint32_t *roundoff) in xlog_calc_iclog_size() argument
2000 *roundoff = count - count_init; in xlog_calc_iclog_size()
2003 ASSERT(*roundoff < log->l_iclog_roundoff); in xlog_calc_iclog_size()
2037 unsigned int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local
2044 count = xlog_calc_iclog_size(log, iclog, &roundoff); in xlog_sync()
2052 ticket->t_curr_res -= roundoff; in xlog_sync()
2054 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()
2055 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()
[all …]