Symbol: rpc_call_sync
fs/lockd/clntproc.c
291
if ((status = rpc_call_sync(clnt, &msg, 0)) < 0) {
fs/lockd/mon.c
120
status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN);
fs/lockd/mon.c
125
status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN);
fs/nfs/localio.c
166
status = rpc_call_sync(rpcclient_localio, &msg, 0);
fs/nfs/mount_clnt.c
188
status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT);
fs/nfs/nfs3acl.c
220
status = rpc_call_sync(server->client_acl, &msg, 0);
fs/nfs/nfs3acl.c
98
status = rpc_call_sync(server->client_acl, &msg, 0);
fs/nfs/nfs3proc.c
121
status = rpc_call_sync(server->client, &msg, task_flags);
fs/nfs/nfs3proc.c
146
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/nfs3proc.c
182
status = rpc_call_sync(NFS_CLIENT(dir), &msg, task_flags);
fs/nfs/nfs3proc.c
188
status = rpc_call_sync(NFS_CLIENT(dir), &msg, task_flags);
fs/nfs/nfs3proc.c
245
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/nfs3proc.c
277
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/nfs3proc.c
321
status = rpc_call_sync(NFS_CLIENT(dir), &data->msg, 0);
fs/nfs/nfs3proc.c
37
res = rpc_call_sync(clnt, msg, flags);
fs/nfs/nfs3proc.c
457
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/nfs3proc.c
541
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/nfs3proc.c
657
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/nfs3proc.c
709
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/nfs3proc.c
74
status = rpc_call_sync(client, &msg, 0);
fs/nfs/nfs3proc.c
79
status = rpc_call_sync(client, &msg, 0);
fs/nfs/nfs3proc.c
799
status = rpc_call_sync(server->client, &msg, 0);
fs/nfs/nfs3proc.c
817
status = rpc_call_sync(client, &msg, 0);
fs/nfs/nfs3proc.c
851
status = rpc_call_sync(server->client, &msg, 0);
fs/nfs/nfs40proc.c
146
status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
fs/nfs/nfs4proc.c
6647
status = rpc_call_sync(clp->cl_rpcclient, &msg,
fs/nfs/nfs4proc.c
8951
status = rpc_call_sync(clp->cl_rpcclient, &msg,
fs/nfs/nfs4proc.c
9220
status = rpc_call_sync(session->clp->cl_rpcclient, &msg,
fs/nfs/nfs4proc.c
9302
status = rpc_call_sync(session->clp->cl_rpcclient, &msg,
fs/nfs/proc.c
121
status = rpc_call_sync(server->client, &msg, task_flags);
fs/nfs/proc.c
149
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/proc.c
183
status = rpc_call_sync(NFS_CLIENT(dir), &msg, task_flags);
fs/nfs/proc.c
204
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/proc.c
257
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
298
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
304
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
328
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
393
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/proc.c
432
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
468
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
496
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
527
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
550
status = rpc_call_sync(server->client, &msg, 0);
fs/nfs/proc.c
578
status = rpc_call_sync(server->client, &msg, 0);
fs/nfs/proc.c
69
status = rpc_call_sync(server->client, &msg, 0);
fs/nfs/proc.c
72
status = rpc_call_sync(server->nfs_client->cl_rpcclient, &msg, 0);
fs/nfs/proc.c
79
status = rpc_call_sync(server->client, &msg, 0);
fs/nfs/proc.c
82
status = rpc_call_sync(server->nfs_client->cl_rpcclient, &msg, 0);
include/linux/sunrpc/clnt.h
217
int rpc_call_sync(struct rpc_clnt *clnt,
net/sunrpc/auth_gss/gss_rpc_upcall.c
178
status = rpc_call_sync(clnt, msg, 0);
net/sunrpc/clnt.c
1293
EXPORT_SYMBOL_GPL(rpc_call_sync);
net/sunrpc/rpcb_clnt.c
412
error = rpc_call_sync(clnt, msg, flags);