Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log.c1386 int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local
1405 roundoff = count - count_init; in xlog_sync()
1406 ASSERT(roundoff >= 0); in xlog_sync()
1408 roundoff < log->l_mp->m_sb.sb_logsunit) in xlog_sync()
1411 roundoff < BBTOB(1))); in xlog_sync()
1415 XLOG_GRANT_ADD_SPACE(log, roundoff, 'w'); in xlog_sync()
1416 XLOG_GRANT_ADD_SPACE(log, roundoff, 'r'); in xlog_sync()
1420 xlog_pack_data(log, iclog, roundoff); in xlog_sync()
1426 iclog->ic_offset + roundoff); in xlog_sync()
Dxfs_log_recover.c3388 int roundoff) in xlog_pack_data() argument
3391 int size = iclog->ic_offset + roundoff; in xlog_pack_data()