| /linux-6.15/fs/nfs/ |
| H A D | proc.c | 68 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_get_root() 78 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_get_root() 148 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs_proc_setattr() 256 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_create() 297 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_mknod() 327 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_remove() 430 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_symlink() 466 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_mkdir() 494 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_rmdir() 548 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_statfs() [all …]
|
| H A D | nfs3proc.c | 36 res = rpc_call_sync(clnt, msg, flags); in nfs3_rpc_wrapper() 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() 145 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs3_proc_setattr() 244 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs3_proc_access() 451 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs3_proc_remove() 650 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs3_proc_rmdir() 702 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs3_proc_readdir() 792 status = rpc_call_sync(server->client, &msg, 0); in nfs3_proc_statfs() 810 status = rpc_call_sync(client, &msg, 0); in do_proc_fsinfo() [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() 277 status = rpc_call_sync(clnt, &msg, 0); in nfs_umount()
|
| H A D | localio.c | 157 status = rpc_call_sync(rpcclient_localio, &msg, 0); in nfs_server_uuid_is_local()
|
| H A D | nfs4proc.c | 5971 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_renew() 6696 status = rpc_call_sync(clp->cl_rpcclient, &msg, in nfs4_proc_setclientid_confirm() 9214 status = rpc_call_sync(clp->cl_rpcclient, &msg, in _nfs4_proc_destroy_clientid() 9487 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, in _nfs4_proc_create_session() 9569 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, in nfs4_proc_destroy_session()
|
| /linux-6.15/fs/lockd/ |
| H A 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()
|
| H A D | clntproc.c | 291 if ((status = rpc_call_sync(clnt, &msg, 0)) < 0) { in nlmclnt_call()
|
| /linux-6.15/include/linux/sunrpc/ |
| H A D | clnt.h | 216 int rpc_call_sync(struct rpc_clnt *clnt,
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | gss_rpc_upcall.c | 178 status = rpc_call_sync(clnt, msg, 0); in gssp_call()
|
| /linux-6.15/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 | 1261 int rpc_call_sync(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags) in rpc_call_sync() function 1286 EXPORT_SYMBOL_GPL(rpc_call_sync);
|