Searched refs:tail_lsn (Results 1 – 3 of 3) sorted by relevance
104 xfs_lsn_t tail_lsn);1141 xfs_lsn_t tail_lsn; in xlog_assign_tail_lsn_locked() local1152 tail_lsn = lip->li_lsn; in xlog_assign_tail_lsn_locked()1154 tail_lsn = atomic64_read(&log->l_last_sync_lsn); in xlog_assign_tail_lsn_locked()1155 trace_xfs_log_assign_tail_lsn(log, tail_lsn); in xlog_assign_tail_lsn_locked()1156 atomic64_set(&log->l_tail_lsn, tail_lsn); in xlog_assign_tail_lsn_locked()1157 return tail_lsn; in xlog_assign_tail_lsn_locked()1164 xfs_lsn_t tail_lsn; in xlog_assign_tail_lsn() local1167 tail_lsn = xlog_assign_tail_lsn_locked(mp); in xlog_assign_tail_lsn()1170 return tail_lsn; in xlog_assign_tail_lsn()[all …]
1316 xfs_lsn_t tail_lsn; in xlog_find_tail() local1361 tail_lsn = atomic64_read(&log->l_tail_lsn); in xlog_find_tail()1394 tail_lsn = atomic64_read(&log->l_tail_lsn); in xlog_find_tail()1431 error = xlog_clear_stale_blocks(log, tail_lsn); in xlog_find_tail()1675 xfs_lsn_t tail_lsn) in xlog_clear_stale_blocks() argument1683 tail_cycle = CYCLE_LSN(tail_lsn); in xlog_clear_stale_blocks()1684 tail_block = BLOCK_LSN(tail_lsn); in xlog_clear_stale_blocks()
948 __field(xfs_lsn_t, tail_lsn)967 __entry->tail_lsn = atomic64_read(&log->l_tail_lsn);989 CYCLE_LSN(__entry->tail_lsn),990 BLOCK_LSN(__entry->tail_lsn)