Searched refs:rpc_call_sync (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/fs/nfs/ | 
| D | proc.c | 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()
 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()
 114 	status = rpc_call_sync(server->client, &msg, 0);  in nfs_proc_getattr()
 142 	status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);  in nfs_proc_setattr()
 172 	status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);  in nfs_proc_lookup()
 193 	status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);  in nfs_proc_readlink()
 246 	status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);  in nfs_proc_create()
 287 	status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);  in nfs_proc_mknod()
 [all …]
 
 | 
| D | nfs3proc.c | 36 		res = rpc_call_sync(clnt, msg, flags);  in nfs3_rpc_wrapper()45 #define rpc_call_sync(clnt, msg, flags)	nfs3_rpc_wrapper(clnt, msg, flags)  macro
 73 	status = rpc_call_sync(client, &msg, 0);  in do_proc_get_root()
 78 		status = rpc_call_sync(client, &msg, 0);  in do_proc_get_root()
 116 	status = rpc_call_sync(server->client, &msg, 0);  in nfs3_proc_getattr()
 141 	status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);  in nfs3_proc_setattr()
 178 	status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);  in nfs3_proc_lookup()
 184 		status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);  in nfs3_proc_lookup()
 211 	status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);  in nfs3_proc_access()
 243 	status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);  in nfs3_proc_readlink()
 [all …]
 
 | 
| D | nfs3acl.c | 96 	status = rpc_call_sync(server->client_acl, &msg, 0);  in nfs3_get_acl()217 	status = rpc_call_sync(server->client_acl, &msg, 0);  in __nfs3_proc_setacls()
 
 | 
| D | mount_clnt.c | 190 	status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT);  in nfs_mount()279 	status = rpc_call_sync(clnt, &msg, 0);  in nfs_umount()
 
 | 
| D | nfs4proc.c | 5449 	status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);  in nfs4_proc_renew()6138 	status = rpc_call_sync(clp->cl_rpcclient, &msg,  in nfs4_proc_setclientid_confirm()
 8316 	status = rpc_call_sync(clp->cl_rpcclient, &msg,  in _nfs4_proc_destroy_clientid()
 8594 	status = rpc_call_sync(session->clp->cl_rpcclient, &msg,  in _nfs4_proc_create_session()
 8671 	status = rpc_call_sync(session->clp->cl_rpcclient, &msg,  in nfs4_proc_destroy_session()
 
 | 
| /Linux-v5.4/fs/lockd/ | 
| D | mon.c | 120 	status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN);  in nsm_mon_unmon()125 		status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN);  in nsm_mon_unmon()
 
 | 
| D | clntproc.c | 287 		if ((status = rpc_call_sync(clnt, &msg, 0)) < 0) {  in nlmclnt_call()
 | 
| /Linux-v5.4/include/linux/sunrpc/ | 
| D | clnt.h | 187 int		rpc_call_sync(struct rpc_clnt *clnt,
 | 
| /Linux-v5.4/net/sunrpc/auth_gss/ | 
| D | gss_rpc_upcall.c | 177 	status = rpc_call_sync(clnt, msg, 0);  in gssp_call()
 | 
| /Linux-v5.4/net/sunrpc/ | 
| D | clnt.c | 1144 int rpc_call_sync(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags)  in rpc_call_sync()  function1169 EXPORT_SYMBOL_GPL(rpc_call_sync);
 2726 	err = rpc_call_sync(clnt, &msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN |  in rpc_ping()
 
 | 
| D | rpcb_clnt.c | 405 	error = rpc_call_sync(clnt, msg, flags);  in rpcb_register_call()
 |