Searched refs:ic_header (Results 1 – 4 of 4) sorted by relevance
588 !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()1626 head = &iclog->ic_header; in xlog_alloc_log()1778 cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn); in xlog_pack_data()1784 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data()2072 iclog->ic_header.h_len = cpu_to_be32(size); in xlog_sync()2077 bno = BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn)); in xlog_sync()2081 xlog_split_iclog(log, &iclog->ic_header, bno, count); in xlog_sync()2084 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()2095 iclog->ic_header.h_crc &= cpu_to_le32(0xAAAAAAAA); in xlog_sync()[all …]
200 #define ic_header ic_data->hic_header macro
839 xfs_lsn_t lsn = be64_to_cpu(iclog->ic_header.h_lsn); in xlog_cil_set_ctx_write_state()1352 plsn = be64_to_cpu(ctx->commit_iclog->ic_prev->ic_header.h_lsn); in xlog_cil_push_work()
4126 __entry->lsn = be64_to_cpu(iclog->ic_header.h_lsn);