Searched refs:xlog_op_header_t (Results 1 – 2 of 2) sorted by relevance
2681 if (iclog->ic_size - iclog->ic_offset < 2*sizeof(xlog_op_header_t)) { in xlog_state_get_iclog_space()3177 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()3181 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()3204 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()3209 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()3346 xlog_op_header_t *ophead; in xlog_verify_iclog()3424 ptr += sizeof(xlog_op_header_t) + op_len; in xlog_verify_iclog()
151 } xlog_op_header_t; typedef