Searched refs:nfs4_call_sync (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/nfs/ | 
| D | nfs42proc.c | 50 	status = nfs4_call_sync(server->client, server, msg,  in _nfs42_proc_fallocate()268 	status = nfs4_call_sync(server->client, server, &msg,  in _nfs42_proc_copy()
 494 	status = nfs4_call_sync(server->client, server, &msg,  in _nfs42_proc_llseek()
 874 	status = nfs4_call_sync(server->client, server, msg,  in _nfs42_proc_clone()
 
 | 
| D | nfs4proc.c | 1112 int nfs4_call_sync(struct rpc_clnt *clnt,  in nfs4_call_sync()  function3240 	status = nfs4_call_sync(server->client, server, &msg, &arg->seq_args, &res->seq_res, 1);  in _nfs4_do_setattr()
 3724 	status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);  in _nfs4_server_capabilities()
 3834 	return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);  in _nfs4_lookup_root()
 4062 	return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);  in _nfs4_proc_getattr()
 4177 	status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);  in _nfs4_proc_lookup()
 4291 	status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,  in _nfs4_proc_lookupp()
 4337 	status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);  in _nfs4_proc_access()
 4400 …return nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode), &msg, &args.seq_args, &res.seq…  in _nfs4_proc_readlink()
 4470 	status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);  in _nfs4_proc_remove()
 [all …]
 
 | 
| D | nfs4_fs.h | 287 extern int nfs4_call_sync(struct rpc_clnt *, struct nfs_server *,
 |