Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c588 !iclog->ic_header.h_tail_lsn) { in xlog_state_release_iclog()
590 iclog->ic_header.h_tail_lsn = cpu_to_be64(tail_lsn); in xlog_state_release_iclog()
1620 head = &iclog->ic_header; in xlog_alloc_log()
1772 cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn); in xlog_pack_data()
1778 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data()
2067 iclog->ic_header.h_len = cpu_to_be32(size); in xlog_sync()
2072 bno = BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn)); in xlog_sync()
2076 xlog_split_iclog(log, &iclog->ic_header, bno, count); in xlog_sync()
2079 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()
2090 iclog->ic_header.h_crc &= cpu_to_le32(0xAAAAAAAA); in xlog_sync()
[all …]
Dxfs_log_priv.h202 #define ic_header ic_data->hic_header macro
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()
Dxfs_trace.h4317 __entry->lsn = be64_to_cpu(iclog->ic_header.h_lsn);