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
120
status = rpc_call_sync(server->client, &msg, task_flags);
fs/nfs/nfs3proc.c
145
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/nfs3proc.c
181
status = rpc_call_sync(NFS_CLIENT(dir), &msg, task_flags);
fs/nfs/nfs3proc.c
187
status = rpc_call_sync(NFS_CLIENT(dir), &msg, task_flags);
fs/nfs/nfs3proc.c
244
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/nfs3proc.c
276
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/nfs3proc.c
320
status = rpc_call_sync(NFS_CLIENT(dir), &data->msg, 0);
fs/nfs/nfs3proc.c
36
res = rpc_call_sync(clnt, msg, flags);
fs/nfs/nfs3proc.c
456
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/nfs3proc.c
540
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/nfs3proc.c
656
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/nfs3proc.c
708
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/nfs3proc.c
73
status = rpc_call_sync(client, &msg, 0);
fs/nfs/nfs3proc.c
78
status = rpc_call_sync(client, &msg, 0);
fs/nfs/nfs3proc.c
798
status = rpc_call_sync(server->client, &msg, 0);
fs/nfs/nfs3proc.c
816
status = rpc_call_sync(client, &msg, 0);
fs/nfs/nfs3proc.c
850
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
6637
status = rpc_call_sync(clp->cl_rpcclient, &msg,
fs/nfs/nfs4proc.c
8941
status = rpc_call_sync(clp->cl_rpcclient, &msg,
fs/nfs/nfs4proc.c
9210
status = rpc_call_sync(session->clp->cl_rpcclient, &msg,
fs/nfs/nfs4proc.c
9292
status = rpc_call_sync(session->clp->cl_rpcclient, &msg,
fs/nfs/proc.c
120
status = rpc_call_sync(server->client, &msg, task_flags);
fs/nfs/proc.c
148
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/proc.c
182
status = rpc_call_sync(NFS_CLIENT(dir), &msg, task_flags);
fs/nfs/proc.c
203
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/proc.c
256
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
297
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
303
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
327
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
392
status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
fs/nfs/proc.c
431
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
467
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
495
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
526
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
fs/nfs/proc.c
549
status = rpc_call_sync(server->client, &msg, 0);
fs/nfs/proc.c
577
status = rpc_call_sync(server->client, &msg, 0);
fs/nfs/proc.c
68
status = rpc_call_sync(server->client, &msg, 0);
fs/nfs/proc.c
71
status = rpc_call_sync(server->nfs_client->cl_rpcclient, &msg, 0);
fs/nfs/proc.c
78
status = rpc_call_sync(server->client, &msg, 0);
fs/nfs/proc.c
81
status = rpc_call_sync(server->nfs_client->cl_rpcclient, &msg, 0);
include/linux/sunrpc/clnt.h
216
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
1278
EXPORT_SYMBOL_GPL(rpc_call_sync);
net/sunrpc/rpcb_clnt.c
412
error = rpc_call_sync(clnt, msg, flags);