Lines Matching refs:op_io
143 struct kcm_op_io *op_io)
197 op_io->op = kcm_get_opt(be16toh(opcode_be));
198 if (op_io->op == NULL) {
205 op_io->request.data = reqbuf->v_msg.kiov_base + mc;
206 op_io->request.length = reqbuf->v_msg.nprocessed - mc;
261 struct kcm_op_io *op_io,
268 replen = sss_iobuf_get_len(op_io->reply);
293 sss_iobuf_get_data(op_io->reply),
346 struct kcm_op_io op_io;
358 ret = kcm_output_construct(cctx, &req_ctx->op_io, &req_ctx->repbuf);
384 &req_ctx->op_io.request,
385 req_ctx->op_io.op);
403 &req_ctx->op_io.reply);
529 ret = kcm_input_parse(&req->reqbuf, &req->op_io);