Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.c1479 int roundoff) in xlog_pack_data() argument
1486 for (i = 0; i < BTOBB(iclog->ic_offset + roundoff); i++) { in xlog_pack_data()
1666 uint32_t *roundoff) in xlog_calc_iclog_size() argument
1674 *roundoff = count - count_init; in xlog_calc_iclog_size()
1677 ASSERT(*roundoff < log->l_iclog_roundoff); in xlog_calc_iclog_size()
1711 unsigned int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local
1718 count = xlog_calc_iclog_size(log, iclog, &roundoff); in xlog_sync()
1726 ticket->t_curr_res -= roundoff; in xlog_sync()
1728 xlog_grant_add_space(&log->l_reserve_head, roundoff); in xlog_sync()
1729 xlog_grant_add_space(&log->l_write_head, roundoff); in xlog_sync()
[all …]