Searched refs:rpc_call_sync (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | proc.c | 67 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_get_root() 70 status = rpc_call_sync(server->nfs_client->cl_rpcclient, &msg, 0); in nfs_proc_get_root() 77 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_get_root() 80 status = rpc_call_sync(server->nfs_client->cl_rpcclient, &msg, 0); in nfs_proc_get_root() 112 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_getattr() 140 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs_proc_setattr() 170 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_lookup() 191 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs_proc_readlink() 244 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_create() 285 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_mknod() [all …]
|
D | nfs3proc.c | 35 res = rpc_call_sync(clnt, msg, flags); in nfs3_rpc_wrapper() 44 #define rpc_call_sync(clnt, msg, flags) nfs3_rpc_wrapper(clnt, msg, flags) macro 72 status = rpc_call_sync(client, &msg, 0); in do_proc_get_root() 77 status = rpc_call_sync(client, &msg, 0); in do_proc_get_root() 114 status = rpc_call_sync(server->client, &msg, 0); in nfs3_proc_getattr() 139 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs3_proc_setattr() 173 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs3_proc_lookup() 179 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs3_proc_lookup() 221 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs3_proc_access() 260 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs3_proc_readlink() [all …]
|
D | nfs3acl.c | 58 status = rpc_call_sync(server->client_acl, &msg, 0); in nfs3_get_acl() 176 status = rpc_call_sync(server->client_acl, &msg, 0); in __nfs3_proc_setacls()
|
D | mount_clnt.c | 188 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount() 276 status = rpc_call_sync(clnt, &msg, 0); in nfs_umount()
|
D | nfs4proc.c | 4587 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_renew() 5279 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_setclientid_confirm() 6823 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_bind_conn_to_session() 7042 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in _nfs4_proc_exchange_id() 7141 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in _nfs4_proc_destroy_clientid() 7425 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in _nfs4_proc_create_session() 7493 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_destroy_session()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | clnt.h | 168 int rpc_call_sync(struct rpc_clnt *clnt,
|
/linux-4.4.14/fs/lockd/ |
D | mon.c | 117 status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN); in nsm_mon_unmon() 122 status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN); in nsm_mon_unmon()
|
D | clntproc.c | 275 if ((status = rpc_call_sync(clnt, &msg, 0)) < 0) { in nlmclnt_call()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_rpc_upcall.c | 190 status = rpc_call_sync(clnt, msg, 0); in gssp_call()
|
/linux-4.4.14/net/sunrpc/ |
D | clnt.c | 966 int rpc_call_sync(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags) in rpc_call_sync() function 991 EXPORT_SYMBOL_GPL(rpc_call_sync); 2418 err = rpc_call_sync(clnt, &msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN); in rpc_ping()
|
D | rpcb_clnt.c | 400 error = rpc_call_sync(clnt, msg, flags); in rpcb_register_call()
|