Searched refs:ic_header (Results 1 – 2 of 2) sorted by relevance
1503 log->l_iclog_bak[i] = &iclog->ic_header; in xlog_alloc_log()1505 head = &iclog->ic_header; in xlog_alloc_log()1662 cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn); in xlog_pack_data()1668 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data()1841 iclog->ic_header.h_len = cpu_to_be32(size); in xlog_sync()1844 XFS_BUF_SET_ADDR(bp, BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn))); in xlog_sync()1863 dptr = (char *)&iclog->ic_header + count; in xlog_sync()1877 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()1887 iclog->ic_header.h_crc &= cpu_to_le32(0xAAAAAAAA); in xlog_sync()1891 be64_to_cpu(iclog->ic_header.h_lsn)); in xlog_sync()[all …]
237 #define ic_header ic_data->hic_header macro