Searched refs:last_sync_lsn (Results 1 – 2 of 2) sorted by relevance
1694 xfs_lsn_t last_sync_lsn; in xlog_grant_push_threshold() local1731 last_sync_lsn = atomic64_read(&log->l_last_sync_lsn); in xlog_grant_push_threshold()1732 if (XFS_LSN_CMP(threshold_lsn, last_sync_lsn) > 0) in xlog_grant_push_threshold()1733 threshold_lsn = last_sync_lsn; in xlog_grant_push_threshold()
1389 __field(xfs_lsn_t, last_sync_lsn)1395 __entry->last_sync_lsn = atomic64_read(&log->l_last_sync_lsn);1401 CYCLE_LSN(__entry->last_sync_lsn), BLOCK_LSN(__entry->last_sync_lsn))