Lines Matching refs:msg
22 static int _nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in _nfs42_proc_fallocate() argument
38 msg->rpc_argp = &args; in _nfs42_proc_fallocate()
39 msg->rpc_resp = &res; in _nfs42_proc_fallocate()
50 status = nfs4_call_sync(server->client, server, msg, in _nfs42_proc_fallocate()
59 static int nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in nfs42_proc_fallocate() argument
75 err = _nfs42_proc_fallocate(msg, filep, lock, offset, len); in nfs42_proc_fallocate()
89 struct rpc_message msg = { in nfs42_proc_allocate() local
100 err = nfs42_proc_fallocate(&msg, filep, offset, len); in nfs42_proc_allocate()
110 struct rpc_message msg = { in nfs42_proc_deallocate() local
124 err = nfs42_proc_fallocate(&msg, filep, offset, len); in nfs42_proc_deallocate()
227 struct rpc_message msg = { in _nfs42_proc_copy() local
268 status = nfs4_call_sync(server->client, server, &msg, in _nfs42_proc_copy()
423 struct rpc_message msg = { in nfs42_do_offload_cancel_async() local
429 .rpc_message = &msg, in nfs42_do_offload_cancel_async()
447 msg.rpc_argp = &data->args; in nfs42_do_offload_cancel_async()
448 msg.rpc_resp = &data->res; in nfs42_do_offload_cancel_async()
473 struct rpc_message msg = { in _nfs42_proc_llseek() local
494 status = nfs4_call_sync(server->client, server, &msg, in _nfs42_proc_llseek()
645 struct rpc_message msg = { in nfs42_proc_layoutstats_generic() local
652 .rpc_message = &msg, in nfs42_proc_layoutstats_generic()
801 struct rpc_message msg = { in nfs42_proc_layouterror() local
805 .rpc_message = &msg, in nfs42_proc_layouterror()
823 msg.rpc_argp = &data->args; in nfs42_proc_layouterror()
824 msg.rpc_resp = &data->res; in nfs42_proc_layouterror()
836 static int _nfs42_proc_clone(struct rpc_message *msg, struct file *src_f, in _nfs42_proc_clone() argument
857 msg->rpc_argp = &args; in _nfs42_proc_clone()
858 msg->rpc_resp = &res; in _nfs42_proc_clone()
874 status = nfs4_call_sync(server->client, server, msg, in _nfs42_proc_clone()
886 struct rpc_message msg = { in nfs42_proc_clone() local
917 err = _nfs42_proc_clone(&msg, src_f, dst_f, src_lock, dst_lock, in nfs42_proc_clone()