Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_log.c1694 int roundoff) in xlog_pack_data() argument
1697 int size = iclog->ic_offset + roundoff; in xlog_pack_data()
1842 int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local
1861 roundoff = count - count_init; in xlog_sync()
1862 ASSERT(roundoff >= 0); in xlog_sync()
1864 roundoff < log->l_mp->m_sb.sb_logsunit) in xlog_sync()
1867 roundoff < BBTOB(1))); in xlog_sync()
1870 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()
1871 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()
1874 xlog_pack_data(log, iclog, roundoff); in xlog_sync()
[all …]