Searched refs:ic_header (Results 1 – 2 of 2) sorted by relevance
1542 log->l_iclog_bak[i] = &iclog->ic_header; in xlog_alloc_log()1544 head = &iclog->ic_header; in xlog_alloc_log()1699 cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn); in xlog_pack_data()1705 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data()1878 iclog->ic_header.h_len = cpu_to_be32(size); in xlog_sync()1881 XFS_BUF_SET_ADDR(bp, BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn))); in xlog_sync()1900 dptr = (char *)&iclog->ic_header + count; in xlog_sync()1914 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync()1924 iclog->ic_header.h_crc &= cpu_to_le32(0xAAAAAAAA); in xlog_sync()1928 be64_to_cpu(iclog->ic_header.h_lsn)); in xlog_sync()[all …]
225 #define ic_header ic_data->hic_header macro