Lines Matching defs:msg
270 struct rpc_message msg = {
287 msg.rpc_proc = &clnt->cl_procinfo[proc];
290 if ((status = rpc_call_sync(clnt, &msg, 0)) < 0) {
342 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops)
347 .rpc_message = msg,
360 msg->rpc_proc = &clnt->cl_procinfo[proc];
370 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops)
374 task = __nlm_async_call(req, proc, msg, tk_ops);
386 struct rpc_message msg = {
390 return nlm_do_async_call(req, proc, &msg, tk_ops);
395 struct rpc_message msg = {
398 return nlm_do_async_call(req, proc, &msg, tk_ops);
411 struct rpc_message msg = {
419 task = __nlm_async_call(req, proc, &msg, tk_ops);