Searched refs:nfs4_call_sync (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | nfs42proc.c | 62 status = nfs4_call_sync(server->client, server, msg, in _nfs42_proc_fallocate() 159 status = nfs4_call_sync(server->client, server, &msg, in nfs42_proc_llseek()
|
D | nfs4proc.c | 886 int nfs4_call_sync(struct rpc_clnt *clnt, in nfs4_call_sync() function 2573 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1); in _nfs4_do_setattr() 2892 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); in _nfs4_server_capabilities() 2993 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); in _nfs4_lookup_root() 3228 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); in _nfs4_proc_getattr() 3339 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0); in _nfs4_proc_lookup() 3461 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); in _nfs4_proc_access() 3521 …return nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode), &msg, &args.seq_args, &res.seq… in _nfs4_proc_readlink() 3586 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1); in _nfs4_proc_remove() 3706 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1); in _nfs4_proc_link() [all …]
|
D | nfs4_fs.h | 233 extern int nfs4_call_sync(struct rpc_clnt *, struct nfs_server *,
|