Searched refs:h_cycle_data (Results 1 – 3 of 3) sorted by relevance
1667 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data()2549 memset(iclog->ic_header.h_cycle_data, 0, in xlog_state_clean_log()2550 sizeof(iclog->ic_header.h_cycle_data)); in xlog_state_clean_log()3855 iclog->ic_header.h_cycle_data[idx]); in xlog_verify_iclog()3877 op_len = be32_to_cpu(iclog->ic_header.h_cycle_data[idx]); in xlog_verify_iclog()
5118 *(__be32 *)dp = *(__be32 *)&rhead->h_cycle_data[i]; in xlog_unpack_data()
171 __be32 h_cycle_data[XLOG_HEADER_CYCLE_SIZE / BBSIZE]; member