Lines Matching refs:msg

59 	struct rpc_message msg = {  in nfs_proc_get_root()  local
68 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_get_root()
71 status = rpc_call_sync(server->nfs_client->cl_rpcclient, &msg, 0); in nfs_proc_get_root()
76 msg.rpc_proc = &nfs_procedures[NFSPROC_STATFS]; in nfs_proc_get_root()
77 msg.rpc_resp = &fsinfo; in nfs_proc_get_root()
78 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_get_root()
81 status = rpc_call_sync(server->nfs_client->cl_rpcclient, &msg, 0); in nfs_proc_get_root()
106 struct rpc_message msg = { in nfs_proc_getattr() local
120 status = rpc_call_sync(server->client, &msg, task_flags); in nfs_proc_getattr()
134 struct rpc_message msg = { in nfs_proc_setattr() local
146 msg.rpc_cred = nfs_file_cred(sattr->ia_file); in nfs_proc_setattr()
148 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs_proc_setattr()
168 struct rpc_message msg = { in nfs_proc_lookup() local
182 status = rpc_call_sync(NFS_CLIENT(dir), &msg, task_flags); in nfs_proc_lookup()
196 struct rpc_message msg = { in nfs_proc_readlink() local
203 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs_proc_readlink()
245 struct rpc_message msg = { in nfs_proc_create() local
254 msg.rpc_argp = &data->arg; in nfs_proc_create()
255 msg.rpc_resp = &data->res; in nfs_proc_create()
256 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_create()
274 struct rpc_message msg = { in nfs_proc_mknod() local
294 msg.rpc_argp = &data->arg; in nfs_proc_mknod()
295 msg.rpc_resp = &data->res; in nfs_proc_mknod()
297 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_mknod()
303 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_mknod()
320 struct rpc_message msg = { in nfs_proc_remove() local
327 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_remove()
335 nfs_proc_unlink_setup(struct rpc_message *msg, in nfs_proc_unlink_setup() argument
339 msg->rpc_proc = &nfs_procedures[NFSPROC_REMOVE]; in nfs_proc_unlink_setup()
354 nfs_proc_rename_setup(struct rpc_message *msg, in nfs_proc_rename_setup() argument
358 msg->rpc_proc = &nfs_procedures[NFSPROC_RENAME]; in nfs_proc_rename_setup()
384 struct rpc_message msg = { in nfs_proc_link() local
391 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs_proc_link()
412 struct rpc_message msg = { in nfs_proc_symlink() local
429 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_symlink()
452 struct rpc_message msg = { in nfs_proc_mkdir() local
461 msg.rpc_argp = &data->arg; in nfs_proc_mkdir()
462 msg.rpc_resp = &data->res; in nfs_proc_mkdir()
464 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_mkdir()
482 struct rpc_message msg = { in nfs_proc_rmdir() local
489 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_rmdir()
512 struct rpc_message msg = { in nfs_proc_readdir() local
520 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_readdir()
534 struct rpc_message msg = { in nfs_proc_statfs() local
543 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_statfs()
562 struct rpc_message msg = { in nfs_proc_fsinfo() local
571 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_fsinfo()
615 struct rpc_message *msg) in nfs_proc_read_setup() argument
617 msg->rpc_proc = &nfs_procedures[NFSPROC_READ]; in nfs_proc_read_setup()
637 struct rpc_message *msg, in nfs_proc_write_setup() argument
642 msg->rpc_proc = &nfs_procedures[NFSPROC_WRITE]; in nfs_proc_write_setup()
651 nfs_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg, in nfs_proc_commit_setup() argument