Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_log.c1764 uint count_init; /* initial count before roundup */ in xlog_sync() local
1775 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_sync()
1780 count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init)); in xlog_sync()
1782 count = BBTOB(BTOBB(count_init)); in xlog_sync()
1784 roundoff = count - count_init; in xlog_sync()