Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_log.c1692 int roundoff) in xlog_pack_data() argument
1695 int size = iclog->ic_offset + roundoff; in xlog_pack_data()
1840 int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local
1859 roundoff = count - count_init; in xlog_sync()
1860 ASSERT(roundoff >= 0); in xlog_sync()
1862 roundoff < log->l_mp->m_sb.sb_logsunit) in xlog_sync()
1865 roundoff < BBTOB(1))); in xlog_sync()
1868 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()
1869 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()
1872 xlog_pack_data(log, iclog, roundoff); in xlog_sync()
[all …]