Lines Matching defs:tail_lsn
82 xfs_lsn_t tail_lsn);
494 xfs_lsn_t tail_lsn = xlog_assign_tail_lsn(log->l_mp);
497 iclog->ic_header.h_tail_lsn = cpu_to_be64(tail_lsn);
498 xlog_verify_tail_lsn(log, iclog, tail_lsn);
1103 xfs_lsn_t tail_lsn;
1114 tail_lsn = lip->li_lsn;
1116 tail_lsn = atomic64_read(&log->l_last_sync_lsn);
1117 trace_xfs_log_assign_tail_lsn(log, tail_lsn);
1118 atomic64_set(&log->l_tail_lsn, tail_lsn);
1119 return tail_lsn;
1126 xfs_lsn_t tail_lsn;
1129 tail_lsn = xlog_assign_tail_lsn_locked(mp);
1132 return tail_lsn;
3537 xfs_lsn_t tail_lsn)
3541 if (CYCLE_LSN(tail_lsn) == log->l_prev_cycle) {
3543 log->l_logBBsize - (log->l_prev_block - BLOCK_LSN(tail_lsn));
3547 ASSERT(CYCLE_LSN(tail_lsn)+1 == log->l_prev_cycle);
3549 if (BLOCK_LSN(tail_lsn) == log->l_prev_block)
3552 blocks = BLOCK_LSN(tail_lsn) - log->l_prev_block;