Searched refs:last_sync_lsn (Results 1 – 2 of 2) sorted by relevance
1688 xfs_lsn_t last_sync_lsn; in xlog_grant_push_threshold() local1725 last_sync_lsn = atomic64_read(&log->l_last_sync_lsn); in xlog_grant_push_threshold()1726 if (XFS_LSN_CMP(threshold_lsn, last_sync_lsn) > 0) in xlog_grant_push_threshold()1727 threshold_lsn = last_sync_lsn; in xlog_grant_push_threshold()
1386 __field(xfs_lsn_t, last_sync_lsn)1392 __entry->last_sync_lsn = atomic64_read(&log->l_last_sync_lsn);1398 CYCLE_LSN(__entry->last_sync_lsn), BLOCK_LSN(__entry->last_sync_lsn))