Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_log.c115 xfs_lsn_t tail_lsn);
1159 xfs_lsn_t tail_lsn; in xlog_assign_tail_lsn_locked() local
1170 tail_lsn = lip->li_lsn; in xlog_assign_tail_lsn_locked()
1172 tail_lsn = atomic64_read(&log->l_last_sync_lsn); in xlog_assign_tail_lsn_locked()
1173 trace_xfs_log_assign_tail_lsn(log, tail_lsn); in xlog_assign_tail_lsn_locked()
1174 atomic64_set(&log->l_tail_lsn, tail_lsn); in xlog_assign_tail_lsn_locked()
1175 return tail_lsn; in xlog_assign_tail_lsn_locked()
1182 xfs_lsn_t tail_lsn; in xlog_assign_tail_lsn() local
1185 tail_lsn = xlog_assign_tail_lsn_locked(mp); in xlog_assign_tail_lsn()
1188 return tail_lsn; in xlog_assign_tail_lsn()
[all …]
Dxfs_log_recover.c1394 xfs_lsn_t tail_lsn; in xlog_find_tail() local
1439 tail_lsn = atomic64_read(&log->l_tail_lsn); in xlog_find_tail()
1472 tail_lsn = atomic64_read(&log->l_tail_lsn); in xlog_find_tail()
1509 error = xlog_clear_stale_blocks(log, tail_lsn); in xlog_find_tail()
1753 xfs_lsn_t tail_lsn) in xlog_clear_stale_blocks() argument
1761 tail_cycle = CYCLE_LSN(tail_lsn); in xlog_clear_stale_blocks()
1762 tail_block = BLOCK_LSN(tail_lsn); in xlog_clear_stale_blocks()
Dxfs_trace.h930 __field(xfs_lsn_t, tail_lsn)
949 __entry->tail_lsn = atomic64_read(&log->l_tail_lsn);
971 CYCLE_LSN(__entry->tail_lsn),
972 BLOCK_LSN(__entry->tail_lsn)