Lines Matching defs:tail_lsn
1255 xfs_lsn_t tail_lsn;
1301 tail_lsn = atomic64_read(&log->l_tail_lsn);
1334 tail_lsn = atomic64_read(&log->l_tail_lsn);
1371 error = xlog_clear_stale_blocks(log, tail_lsn);
1615 xfs_lsn_t tail_lsn)
1623 tail_cycle = CYCLE_LSN(tail_lsn);
1624 tail_block = BLOCK_LSN(tail_lsn);
3305 * We now update the tail_lsn since much of the recovery has completed
3307 * or iunlinks, we can free up the entire log and set the tail_lsn to
3311 * the AIL to determine how to set the tail_lsn.