Lines Matching refs:xlog_op_header
98 * We also add space for the xlog_op_header that describes this region in the
112 struct xlog_op_header *oph;
123 len = lv->lv_buf_len + sizeof(struct xlog_op_header);
126 sizeof(struct xlog_op_header);
137 buf = vec->i_addr + sizeof(struct xlog_op_header);
913 struct xlog_op_header ophdr;
937 BUILD_BUG_ON((sizeof(struct xlog_op_header) +
2258 struct xlog_op_header *ophdr = reg->i_addr;
2314 struct xlog_op_header *ophdr;
2336 sizeof(struct xlog_op_header)) {
2348 ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header));
2390 *len + sizeof(struct xlog_op_header),
2401 ticket->t_curr_res -= sizeof(struct xlog_op_header);
2402 *log_offset += sizeof(struct xlog_op_header);
2403 *data_cnt += sizeof(struct xlog_op_header);