Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_log.c1839 uint count_init; /* initial count before roundup */ in xlog_sync() local
1850 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_sync()
1855 count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init)); in xlog_sync()
1857 count = BBTOB(BTOBB(count_init)); in xlog_sync()
1859 roundoff = count - count_init; in xlog_sync()