Searched refs:h_tail_lsn (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h169 __be64 h_tail_lsn; /* lsn of 1st LR w/ buffers not committed: 8 */ member in struct:xlog_rec_header
/linux-master/fs/xfs/
H A Dxfs_log_recover.c1095 *tail_blk = BLOCK_LSN(be64_to_cpu((*rhead)->h_tail_lsn));
1214 atomic64_set(&log->l_tail_lsn, be64_to_cpu(rhead->h_tail_lsn));
1289 *tail_blk = BLOCK_LSN(be64_to_cpu(rhead->h_tail_lsn));
1502 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block));
H A Dxfs_log.c588 !iclog->ic_header.h_tail_lsn) {
590 iclog->ic_header.h_tail_lsn = cpu_to_be64(tail_lsn);
2583 iclog->ic_header.h_tail_lsn = 0;
3582 xfs_lsn_t tail_lsn = be64_to_cpu(iclog->ic_header.h_tail_lsn);

Completed in 141 milliseconds