Searched refs:rpc_call_sync (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/nfs/ |
| H A D | nfs3proc.c | 37 res = rpc_call_sync(clnt, msg, flags); in nfs3_rpc_wrapper() 47 #define rpc_call_sync(clnt, msg, flags) nfs3_rpc_wrapper(clnt, msg, flags) macro 74 status = rpc_call_sync(client, &msg, 0); in do_proc_get_root() 79 status = rpc_call_sync(client, &msg, 0); in do_proc_get_root() 121 status = rpc_call_sync(server->client, &msg, task_flags); in nfs3_proc_getattr() 146 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs3_proc_setattr() 182 status = rpc_call_sync(NFS_CLIENT(dir), &msg, task_flags); in __nfs3_proc_lookup() 188 status = rpc_call_sync(NFS_CLIENT(dir), &msg, task_flags); in __nfs3_proc_lookup() 245 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs3_proc_access() 277 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs3_proc_readlink() [all …]
|
| H A D | nfs3acl.c | 98 status = rpc_call_sync(server->client_acl, &msg, 0); in nfs3_get_acl() 220 status = rpc_call_sync(server->client_acl, &msg, 0); in __nfs3_proc_setacls()
|
| H A D | mount_clnt.c | 188 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
|
| H A D | nfs40proc.c | 146 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_renew()
|
| H A D | localio.c | 166 status = rpc_call_sync(rpcclient_localio, &msg, 0); in nfs_server_uuid_is_local()
|
| H A D | nfs4proc.c | 6646 status = rpc_call_sync(clp->cl_rpcclient, &msg, in nfs4_proc_setclientid_confirm() 8950 status = rpc_call_sync(clp->cl_rpcclient, &msg, in _nfs4_proc_destroy_clientid() 9219 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, in _nfs4_proc_create_session() 9301 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, in nfs4_proc_destroy_session()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_rpc_upcall.c | 178 status = rpc_call_sync(clnt, msg, 0); in gssp_call()
|
| /linux/net/sunrpc/ |
| H A D | rpcb_clnt.c | 412 error = rpc_call_sync(clnt, msg, flags); in rpcb_register_call()
|
| H A D | clnt.c | 1253 int rpc_call_sync(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags) in rpc_call_sync() function 1278 EXPORT_SYMBOL_GPL(rpc_call_sync);
|