Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_log.c1742 uint count_init; /* initial count before roundup */ in xlog_sync() local
1753 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_sync()
1758 count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init)); in xlog_sync()
1760 count = BBTOB(BTOBB(count_init)); in xlog_sync()
1762 roundoff = count - count_init; in xlog_sync()