Searched refs:xlog_op_header_t (Results 1 – 2 of 2) sorted by relevance
2968 if (iclog->ic_size - iclog->ic_offset < 2*sizeof(xlog_op_header_t)) { in xlog_state_get_iclog_space()3467 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()3471 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()3494 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()3499 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()3637 xlog_op_header_t *ophead; in xlog_verify_iclog()3715 ptr += sizeof(xlog_op_header_t) + op_len; in xlog_verify_iclog()
148 } xlog_op_header_t; typedef