h_tail_lsn        168 fs/xfs/libxfs/xfs_log_format.h 	__be64	  h_tail_lsn;	/* lsn of 1st LR w/ buffers not committed: 8 */
h_tail_lsn       3200 fs/xfs/xfs_log.c 		iclog->ic_header.h_tail_lsn = cpu_to_be64(tail_lsn);
h_tail_lsn       1147 fs/xfs/xfs_log_recover.c 		*tail_blk = BLOCK_LSN(be64_to_cpu((*rhead)->h_tail_lsn));
h_tail_lsn       1281 fs/xfs/xfs_log_recover.c 	atomic64_set(&log->l_tail_lsn, be64_to_cpu(rhead->h_tail_lsn));
h_tail_lsn       1355 fs/xfs/xfs_log_recover.c 	*tail_blk = BLOCK_LSN(be64_to_cpu(rhead->h_tail_lsn));
h_tail_lsn       1568 fs/xfs/xfs_log_recover.c 	recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block));