Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_log.c1721 xfs_lsn_t last_sync_lsn; in xlog_grant_push_threshold() local
1758 last_sync_lsn = atomic64_read(&log->l_last_sync_lsn); in xlog_grant_push_threshold()
1759 if (XFS_LSN_CMP(threshold_lsn, last_sync_lsn) > 0) in xlog_grant_push_threshold()
1760 threshold_lsn = last_sync_lsn; in xlog_grant_push_threshold()
A Dxfs_trace.h1395 __field(xfs_lsn_t, last_sync_lsn)
1401 __entry->last_sync_lsn = atomic64_read(&log->l_last_sync_lsn);
1407 CYCLE_LSN(__entry->last_sync_lsn), BLOCK_LSN(__entry->last_sync_lsn))

Completed in 13 milliseconds