Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c1505 xfs_lsn_t last_sync_lsn; in xlog_grant_push_threshold() local
1542 last_sync_lsn = atomic64_read(&log->l_last_sync_lsn); in xlog_grant_push_threshold()
1543 if (XFS_LSN_CMP(threshold_lsn, last_sync_lsn) > 0) in xlog_grant_push_threshold()
1544 threshold_lsn = last_sync_lsn; in xlog_grant_push_threshold()
2624 * should only update the last_sync_lsn if this iclog contains transaction
2630 * If we are moving the last_sync_lsn forwards, we also need to ensure we kick
2632 * target is bound by the current last_sync_lsn value. Hence if we have a large
2634 * last_sync_lsn value may be the limiting factor preventing tail pushing from
2635 * freeing space in the log. Hence once we've updated the last_sync_lsn we
H A Dxfs_trace.h1256 __field(xfs_lsn_t, last_sync_lsn)
1262 __entry->last_sync_lsn = atomic64_read(&log->l_last_sync_lsn);
1268 CYCLE_LSN(__entry->last_sync_lsn), BLOCK_LSN(__entry->last_sync_lsn))
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c1687 xfs_lsn_t last_sync_lsn; in xlog_grant_push_threshold() local
1724 last_sync_lsn = atomic64_read(&log->l_last_sync_lsn); in xlog_grant_push_threshold()
1725 if (XFS_LSN_CMP(threshold_lsn, last_sync_lsn) > 0) in xlog_grant_push_threshold()
1726 threshold_lsn = last_sync_lsn; in xlog_grant_push_threshold()
2687 * should only update the last_sync_lsn if this iclog contains transaction
2693 * If we are moving the last_sync_lsn forwards, we also need to ensure we kick
2695 * target is bound by the current last_sync_lsn value. Hence if we have a large
2697 * last_sync_lsn value may be the limiting factor preventing tail pushing from
2698 * freeing space in the log. Hence once we've updated the last_sync_lsn we
H A Dxfs_trace.h1391 __field(xfs_lsn_t, last_sync_lsn)
1397 __entry->last_sync_lsn = atomic64_read(&log->l_last_sync_lsn);
1403 CYCLE_LSN(__entry->last_sync_lsn), BLOCK_LSN(__entry->last_sync_lsn))

Completed in 18 milliseconds