Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log.c588 !iclog->ic_header.h_tail_lsn) { in xlog_state_release_iclog()
1620 head = &iclog->ic_header; in xlog_alloc_log()
2079 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()
2094 be64_to_cpu(iclog->ic_header.h_lsn)); in xlog_sync()
2578 iclog->ic_header.h_num_logops = 0; in xlog_state_activate_iclog()
2581 iclog->ic_header.h_lsn = 0; in xlog_state_activate_iclog()
2582 iclog->ic_header.h_tail_lsn = 0; in xlog_state_activate_iclog()
2923 head = &iclog->ic_header; in xlog_state_get_iclog_space()
3644 base_ptr = ptr = &iclog->ic_header; in xlog_verify_iclog()
3645 p = &iclog->ic_header; in xlog_verify_iclog()
[all …]
H A Dxfs_log_priv.h202 #define ic_header ic_data->hic_header macro
H A Dxfs_log_cil.c784 xfs_lsn_t lsn = be64_to_cpu(iclog->ic_header.h_lsn); in xlog_cil_set_ctx_write_state()
1297 plsn = be64_to_cpu(ctx->commit_iclog->ic_prev->ic_header.h_lsn); in xlog_cil_push_work()
H A Dxfs_trace.h4312 __entry->lsn = be64_to_cpu(iclog->ic_header.h_lsn);