Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c1809 uint32_t count_init, count; in xlog_calc_iclog_size() local
1816 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
1821 count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init)); in xlog_calc_iclog_size()
1823 count = BBTOB(BTOBB(count_init)); in xlog_calc_iclog_size()
1826 ASSERT(count >= count_init); in xlog_calc_iclog_size()
1827 *roundoff = count - count_init; in xlog_calc_iclog_size()