roundoff 1609 fs/xfs/xfs_log.c int roundoff) roundoff 1612 fs/xfs/xfs_log.c int size = iclog->ic_offset + roundoff; roundoff 1807 fs/xfs/xfs_log.c uint32_t *roundoff) roundoff 1827 fs/xfs/xfs_log.c *roundoff = count - count_init; roundoff 1830 fs/xfs/xfs_log.c ASSERT(*roundoff < log->l_mp->m_sb.sb_logsunit); roundoff 1832 fs/xfs/xfs_log.c ASSERT(*roundoff < BBTOB(1)); roundoff 1865 fs/xfs/xfs_log.c unsigned int roundoff; /* roundoff to BB or stripe */ roundoff 1872 fs/xfs/xfs_log.c count = xlog_calc_iclog_size(log, iclog, &roundoff); roundoff 1875 fs/xfs/xfs_log.c xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); roundoff 1876 fs/xfs/xfs_log.c xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); roundoff 1879 fs/xfs/xfs_log.c xlog_pack_data(log, iclog, roundoff); roundoff 1884 fs/xfs/xfs_log.c size += roundoff;