Searched refs:rpc_call_sync (Results 1 – 14 of 14) sorted by relevance
/linux/fs/nfs/ |
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() 147 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs_proc_setattr() 255 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_create() 296 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_mknod() 326 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_remove() 428 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_symlink() 463 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_mkdir() 488 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs_proc_rmdir() 542 status = rpc_call_sync(server->client, &msg, 0); in nfs_proc_statfs() [all …]
|
A D | nfs3proc.c | 36 res = rpc_call_sync(clnt, msg, flags); in nfs3_rpc_wrapper() 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() 144 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs3_proc_setattr() 243 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); in nfs3_proc_access() 450 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs3_proc_remove() 645 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs3_proc_rmdir() 697 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); in nfs3_proc_readdir() 787 status = rpc_call_sync(server->client, &msg, 0); in nfs3_proc_statfs() 805 status = rpc_call_sync(client, &msg, 0); in do_proc_fsinfo() [all …]
|
A D | nfs3acl.c | 99 status = rpc_call_sync(server->client_acl, &msg, 0); in nfs3_get_acl() 221 status = rpc_call_sync(server->client_acl, &msg, 0); in __nfs3_proc_setacls()
|
A D | mount_clnt.c | 193 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()
|
A D | nfs4proc.c | 5646 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_renew() 6347 status = rpc_call_sync(clp->cl_rpcclient, &msg, in nfs4_proc_setclientid_confirm() 8727 status = rpc_call_sync(clp->cl_rpcclient, &msg, in _nfs4_proc_destroy_clientid() 9000 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, in _nfs4_proc_create_session() 9074 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, in nfs4_proc_destroy_session()
|
/linux/fs/lockd/ |
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()
|
A D | clntproc.c | 287 if ((status = rpc_call_sync(clnt, &msg, 0)) < 0) { in nlmclnt_call()
|
/linux/include/linux/sunrpc/ |
A D | clnt.h | 198 int rpc_call_sync(struct rpc_clnt *clnt,
|
/linux/net/sunrpc/auth_gss/ |
A D | gss_rpc_upcall.c | 177 status = rpc_call_sync(clnt, msg, 0); in gssp_call()
|
/linux/net/sunrpc/ |
A D | rpcb_clnt.c | 389 error = rpc_call_sync(clnt, msg, flags); in rpcb_register_call()
|
A D | clnt.c | 1152 int rpc_call_sync(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags) in rpc_call_sync() function 1177 EXPORT_SYMBOL_GPL(rpc_call_sync);
|
/linux/ |
A D | vmlinux.symvers | 3561 0x00000000 rpc_call_sync vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 54112 ffff800010ea8150 T rpc_call_sync
|
A D | .tmp_System.map | 54112 ffff800010ea8150 T rpc_call_sync
|
Completed in 342 milliseconds