Home
last modified time | relevance | path

Searched refs:nfs4_call_sync (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs42proc.c80 status = nfs4_call_sync(server->client, server, msg, in _nfs42_proc_fallocate()
337 status = nfs4_call_sync(dst_server->client, dst_server, &msg, in _nfs42_proc_copy()
584 status = nfs4_call_sync(src_server->client, src_server, &msg, in _nfs42_proc_copy_notify()
665 status = nfs4_call_sync(server->client, server, &msg, in _nfs42_proc_llseek()
1058 status = nfs4_call_sync(server->client, server, msg, in _nfs42_proc_clone()
1139 ret = nfs4_call_sync(server->client, server, &msg, &args.seq_args, in _nfs42_proc_removexattr()
1178 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, in _nfs42_proc_setxattr()
1209 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, in _nfs42_proc_getxattr()
1284 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, in _nfs42_proc_listxattrs()
H A Dnfs4proc.c1171 int nfs4_call_sync(struct rpc_clnt *clnt, in nfs4_call_sync() function
3335 status = nfs4_call_sync(server->client, server, &msg, &arg->seq_args, &res->seq_res, 1); in _nfs4_do_setattr()
3848 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); in _nfs4_server_capabilities()
3958 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); in _nfs4_lookup_root()
4424 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, in _nfs4_proc_lookupp()
4470 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); in _nfs4_proc_access()
4533 …return nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode), &msg, &args.seq_args, &res.seq… in _nfs4_proc_readlink()
4603 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1); in _nfs4_proc_remove()
4787 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1); in _nfs4_proc_link()
4864 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg, in nfs4_do_create()
[all …]
H A Dnfs4_fs.h291 extern int nfs4_call_sync(struct rpc_clnt *, struct nfs_server *,