Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_log.c1617 int roundoff) in xlog_pack_data() argument
1620 int size = iclog->ic_offset + roundoff; in xlog_pack_data()
1765 int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local
1784 roundoff = count - count_init; in xlog_sync()
1785 ASSERT(roundoff >= 0); in xlog_sync()
1787 roundoff < log->l_mp->m_sb.sb_logsunit) in xlog_sync()
1790 roundoff < BBTOB(1))); in xlog_sync()
1793 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync()
1794 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()
1797 xlog_pack_data(log, iclog, roundoff); in xlog_sync()
[all …]