Lines Matching defs:new_op
323 struct orangefs_kernel_op_s *new_op = NULL;
337 new_op = op_alloc(op_alloc_type);
338 if (!new_op)
351 new_op->upcall.req.param.type = ORANGEFS_PARAM_REQUEST_GET;
365 new_op->upcall.req.param.op =
369 new_op->upcall.req.param.op =
373 new_op->upcall.req.param.op =
378 new_op->upcall.req.param.op =
383 new_op->upcall.req.param.op =
388 new_op->upcall.req.param.op =
393 new_op->upcall.req.param.op =
397 new_op->upcall.req.param.op =
401 new_op->upcall.req.param.op =
405 new_op->upcall.req.param.op =
409 new_op->upcall.req.param.op =
414 new_op->upcall.req.param.op =
418 new_op->upcall.req.param.op =
422 new_op->upcall.req.param.op =
426 new_op->upcall.req.param.op =
431 new_op->upcall.req.param.op =
435 new_op->upcall.req.param.op =
439 new_op->upcall.req.param.op =
443 new_op->upcall.req.param.op =
448 new_op->upcall.req.param.op =
452 new_op->upcall.req.param.op =
456 new_op->upcall.req.param.op =
460 new_op->upcall.req.param.op =
465 new_op->upcall.req.perf_count.type =
469 new_op->upcall.req.perf_count.type =
473 new_op->upcall.req.perf_count.type =
493 rc = service_operation(new_op, ser_op_type, ORANGEFS_OP_INTERRUPTIBLE);
498 if (new_op->upcall.req.param.op ==
501 (int)new_op->downcall.resp.param.u.
503 (int)new_op->downcall.resp.param.u.
507 (int)new_op->downcall.resp.param.u.value64);
514 new_op->downcall.resp.perf_count.buffer);
518 op_release(new_op);
538 struct orangefs_kernel_op_s *new_op = NULL;
546 new_op = op_alloc(ORANGEFS_VFS_OP_PARAM);
547 if (!new_op)
570 new_op->upcall.req.param.type = ORANGEFS_PARAM_REQUEST_SET;
585 new_op->upcall.req.param.op =
594 new_op->upcall.req.param.op =
603 new_op->upcall.req.param.op =
612 new_op->upcall.req.param.op =
621 new_op->upcall.req.param.op =
636 new_op->upcall.req.param.op =
642 new_op->upcall.req.param.u.value32[0] = val1;
643 new_op->upcall.req.param.u.value32[1] = val2;
648 new_op->upcall.req.param.op =
659 new_op->upcall.req.param.op =
667 new_op->upcall.req.param.op =
676 new_op->upcall.req.param.op =
684 new_op->upcall.req.param.op =
695 new_op->upcall.req.param.op =
703 new_op->upcall.req.param.op =
712 new_op->upcall.req.param.op =
720 new_op->upcall.req.param.op =
731 new_op->upcall.req.param.op =
739 new_op->upcall.req.param.op =
748 new_op->upcall.req.param.op =
756 new_op->upcall.req.param.op =
767 new_op->upcall.req.param.op =
775 new_op->upcall.req.param.op =
784 new_op->upcall.req.param.op =
792 new_op->upcall.req.param.op =
807 new_op->upcall.req.param.u.value64 = val;
814 rc = service_operation(new_op, "orangefs_param", ORANGEFS_OP_INTERRUPTIBLE);
825 op_release(new_op);