Searched refs:roundoff (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log.c | 1582 int roundoff) in xlog_pack_data() 1585 int size = iclog->ic_offset + roundoff; in xlog_pack_data() 1790 uint32_t *roundoff) in xlog_calc_iclog_size() 1810 *roundoff = count - count_init; in xlog_calc_iclog_size() 1813 ASSERT(*roundoff < log->l_mp->m_sb.sb_logsunit); in xlog_calc_iclog_size() 1815 ASSERT(*roundoff < BBTOB(1)); in xlog_calc_iclog_size() 1848 unsigned int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local 1855 count = xlog_calc_iclog_size(log, iclog, &roundoff); in xlog_sync() 1857 /* move grant heads by roundoff i in xlog_sync() 1579 xlog_pack_data( struct xlog *log, struct xlog_in_core *iclog, int roundoff) xlog_pack_data() argument 1787 xlog_calc_iclog_size( struct xlog *log, struct xlog_in_core *iclog, uint32_t *roundoff) xlog_calc_iclog_size() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log.c | 1764 int roundoff) in xlog_pack_data() 1767 int size = iclog->ic_offset + roundoff; in xlog_pack_data() 1993 uint32_t *roundoff) in xlog_calc_iclog_size() 2001 *roundoff = count - count_init; in xlog_calc_iclog_size() 2004 ASSERT(*roundoff < log->l_iclog_roundoff); in xlog_calc_iclog_size() 2038 unsigned int roundoff; /* roundoff to BB or stripe */ in xlog_sync() local 2045 count = xlog_calc_iclog_size(log, iclog, &roundoff); in xlog_sync() 2048 * If we have a ticket, account for the roundoff via the ticket in xlog_sync() 2053 ticket->t_curr_res -= roundoff; in xlog_sync() 1761 xlog_pack_data( struct xlog *log, struct xlog_in_core *iclog, int roundoff) xlog_pack_data() argument 1990 xlog_calc_iclog_size( struct xlog *log, struct xlog_in_core *iclog, uint32_t *roundoff) xlog_calc_iclog_size() argument [all...] |
Completed in 6 milliseconds