Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c1309 xfs_lsn_t last_sync_lsn; in xlog_grant_push_ail() local
1346 last_sync_lsn = atomic64_read(&log->l_last_sync_lsn); in xlog_grant_push_ail()
1347 if (XFS_LSN_CMP(threshold_lsn, last_sync_lsn) > 0) in xlog_grant_push_ail()
1348 threshold_lsn = last_sync_lsn; in xlog_grant_push_ail()