Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_log.c1607 int roundoff) in xlog_pack_data() argument
1610 int size = iclog->ic_offset + roundoff; in xlog_pack_data()
1805 uint32_t *roundoff) in xlog_calc_iclog_size() argument
1825 *roundoff = count - count_init; in xlog_calc_iclog_size()
1828 ASSERT(*roundoff < log->l_mp->m_sb.sb_logsunit); in xlog_calc_iclog_size()
1830 ASSERT(*roundoff < BBTOB(1)); in xlog_calc_iclog_size()
1863 unsigned int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local
1870 count = xlog_calc_iclog_size(log, iclog, &roundoff); in xlog_sync()
1873 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()
1874 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()
[all …]