Home
last modified time | relevance | path

Searched refs:rpc_call_sync (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/fs/nfs/
Dproc.c68 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()
120 status = rpc_call_sync(server->client, &msg, task_flags); in nfs_proc_getattr()
148 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs_proc_setattr()
182 status = rpc_call_sync(NFS_CLIENT(dir), &msg, task_flags); in nfs_proc_lookup()
203 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs_proc_readlink()
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()
[all …]
Dnfs3proc.c36 res = rpc_call_sync(clnt, msg, flags); in nfs3_rpc_wrapper()
46 #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()
120 status = rpc_call_sync(server->client, &msg, task_flags); in nfs3_proc_getattr()
145 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs3_proc_setattr()
181 status = rpc_call_sync(NFS_CLIENT(dir), &msg, task_flags); in __nfs3_proc_lookup()
187 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 …]
Dnfs3acl.c98 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()
Dmount_clnt.c193 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
282 status = rpc_call_sync(clnt, &msg, 0); in nfs_umount()
Dnfs4proc.c5788 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_renew()
6512 status = rpc_call_sync(clp->cl_rpcclient, &msg, in nfs4_proc_setclientid_confirm()
8967 status = rpc_call_sync(clp->cl_rpcclient, &msg, in _nfs4_proc_destroy_clientid()
9240 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, in _nfs4_proc_create_session()
9322 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, in nfs4_proc_destroy_session()
/Linux-v6.6/fs/lockd/
Dmon.c120 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()
Dclntproc.c290 if ((status = rpc_call_sync(clnt, &msg, 0)) < 0) { in nlmclnt_call()
/Linux-v6.6/include/linux/sunrpc/
Dclnt.h210 int rpc_call_sync(struct rpc_clnt *clnt,
/Linux-v6.6/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c178 status = rpc_call_sync(clnt, msg, 0); in gssp_call()
/Linux-v6.6/net/sunrpc/
Drpcb_clnt.c412 error = rpc_call_sync(clnt, msg, flags); in rpcb_register_call()
Dclnt.c1239 int rpc_call_sync(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags) in rpc_call_sync() function
1264 EXPORT_SYMBOL_GPL(rpc_call_sync);