Searched refs:ic_header (Results 1 – 2 of 2) sorted by relevance
1450 log->l_iclog_bak[i] = (xfs_caddr_t)&(iclog->ic_header); in xlog_alloc_log()1452 head = &iclog->ic_header; in xlog_alloc_log()1607 cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn); in xlog_pack_data()1613 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data()1781 iclog->ic_header.h_len = cpu_to_be32(size); in xlog_sync()1784 XFS_BUF_SET_ADDR(bp, BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn))); in xlog_sync()1803 dptr = (char *)&iclog->ic_header + count; in xlog_sync()1817 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()1866 (char *)&iclog->ic_header + count, split); in xlog_sync()1948 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