Lines Matching refs:msg
40 static int _nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in _nfs42_proc_fallocate() argument
56 msg->rpc_argp = &args; in _nfs42_proc_fallocate()
57 msg->rpc_resp = &res; in _nfs42_proc_fallocate()
67 status = nfs4_call_sync(server->client, server, msg, in _nfs42_proc_fallocate()
76 static int nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in nfs42_proc_fallocate() argument
84 err = _nfs42_proc_fallocate(msg, filep, offset, len); in nfs42_proc_fallocate()
95 struct rpc_message msg = { in nfs42_proc_allocate() local
106 err = nfs42_proc_fallocate(&msg, filep, offset, len); in nfs42_proc_allocate()
116 struct rpc_message msg = { in nfs42_proc_deallocate() local
128 err = nfs42_proc_fallocate(&msg, filep, offset, len); in nfs42_proc_deallocate()
148 struct rpc_message msg = { in _nfs42_proc_llseek() local
164 status = nfs4_call_sync(server->client, server, &msg, in _nfs42_proc_llseek()
249 struct rpc_message msg = { in nfs42_proc_layoutstats_generic() local
256 .rpc_message = &msg, in nfs42_proc_layoutstats_generic()
275 static int _nfs42_proc_clone(struct rpc_message *msg, struct file *src_f, in _nfs42_proc_clone() argument
295 msg->rpc_argp = &args; in _nfs42_proc_clone()
296 msg->rpc_resp = &res; in _nfs42_proc_clone()
310 status = nfs4_call_sync(server->client, server, msg, in _nfs42_proc_clone()
322 struct rpc_message msg = { in nfs42_proc_clone() local
334 err = _nfs42_proc_clone(&msg, src_f, dst_f, src_offset, in nfs42_proc_clone()