Searched refs:ic_header (Results 1 – 2 of 2) sorted by relevance
1467 log->l_iclog_bak[i] = &iclog->ic_header; in xlog_alloc_log()1469 head = &iclog->ic_header; in xlog_alloc_log()1626 cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn); in xlog_pack_data()1632 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data()1805 iclog->ic_header.h_len = cpu_to_be32(size); in xlog_sync()1808 XFS_BUF_SET_ADDR(bp, BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn))); in xlog_sync()1827 dptr = (char *)&iclog->ic_header + count; in xlog_sync()1841 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()1890 (char *)&iclog->ic_header + count, split); in xlog_sync()1972 be32_add_cpu(&iclog->ic_header.h_num_logops, record_cnt); in xlog_state_finish_copy()[all …]
237 #define ic_header ic_data->hic_header macro