Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_log.c536 !iclog->ic_header.h_tail_lsn) { in xlog_state_release_iclog()
537 iclog->ic_header.h_tail_lsn = in xlog_state_release_iclog()
2342 iclog->ic_header.h_tail_lsn = 0; in xlog_state_activate_iclog()
3273 iclog ? be64_to_cpu(iclog->ic_header.h_tail_lsn) : -1, in xlog_verify_dump_tail()
3292 xfs_lsn_t tail_lsn = be64_to_cpu(iclog->ic_header.h_tail_lsn); in xlog_verify_tail_lsn()
Dxfs_log_recover.c1095 *tail_blk = BLOCK_LSN(be64_to_cpu((*rhead)->h_tail_lsn)); in xlog_verify_head()
1214 atomic64_set(&log->l_tail_lsn, be64_to_cpu(rhead->h_tail_lsn)); in xlog_set_state()
1285 *tail_blk = BLOCK_LSN(be64_to_cpu(rhead->h_tail_lsn)); in xlog_find_tail()
1498 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block)); in xlog_add_record()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h172 __be64 h_tail_lsn; /* lsn of 1st LR w/ buffers not committed: 8 */ member