Home
last modified time | relevance | path

Searched refs:ic_header (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_log.c574 !iclog->ic_header.h_tail_lsn) in xlog_state_release_iclog()
575 iclog->ic_header.h_tail_lsn = cpu_to_be64(tail_lsn); in xlog_state_release_iclog()
603 if (!iclog->ic_header.h_tail_lsn) in xlog_state_release_iclog()
604 iclog->ic_header.h_tail_lsn = cpu_to_be64(tail_lsn); in xlog_state_release_iclog()
1602 log->l_iclog_bak[i] = &iclog->ic_header; in xlog_alloc_log()
1604 head = &iclog->ic_header; in xlog_alloc_log()
1756 cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn); in xlog_pack_data()
1762 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data()
2033 iclog->ic_header.h_len = cpu_to_be32(size); in xlog_sync()
2038 bno = BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn)); in xlog_sync()
[all …]
Dxfs_log_priv.h220 #define ic_header ic_data->hic_header macro
Dxfs_log_cil.c675 xfs_lsn_t lsn = be64_to_cpu(iclog->ic_header.h_lsn); in xlog_cil_set_ctx_write_state()
1065 plsn = be64_to_cpu(ctx->commit_iclog->ic_prev->ic_header.h_lsn); in xlog_cil_push_work()
Dxfs_trace.h4078 __entry->lsn = be64_to_cpu(iclog->ic_header.h_lsn);