Lines Matching defs:msg
267 struct rpc_message msg = {
284 msg.rpc_proc = &clnt->cl_procinfo[proc];
287 if ((status = rpc_call_sync(clnt, &msg, 0)) < 0) {
339 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops)
344 .rpc_message = msg,
357 msg->rpc_proc = &clnt->cl_procinfo[proc];
367 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops)
371 task = __nlm_async_call(req, proc, msg, tk_ops);
383 struct rpc_message msg = {
387 return nlm_do_async_call(req, proc, &msg, tk_ops);
392 struct rpc_message msg = {
395 return nlm_do_async_call(req, proc, &msg, tk_ops);
408 struct rpc_message msg = {
416 task = __nlm_async_call(req, proc, &msg, tk_ops);