Searched refs:nfs4_call_sync (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/nfs/ |
| H A D | nfs42proc.c | 81 status = nfs4_call_sync(server->client, server, msg, in _nfs42_proc_fallocate() 424 status = nfs4_call_sync(dst_server->client, dst_server, &msg, in _nfs42_proc_copy() 648 status = nfs4_call_sync(server->client, server, &msg, in _nfs42_proc_offload_status() 767 status = nfs4_call_sync(src_server->client, src_server, &msg, in _nfs42_proc_copy_notify() 849 status = nfs4_call_sync(server->client, server, &msg, in _nfs42_proc_llseek() 1247 status = nfs4_call_sync(server->client, server, msg, in _nfs42_proc_clone() 1334 ret = nfs4_call_sync(server->client, server, &msg, &args.seq_args, in _nfs42_proc_removexattr() 1387 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, in _nfs42_proc_setxattr() 1424 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, in _nfs42_proc_getxattr() 1496 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, in _nfs42_proc_listxattrs()
|
| H A D | nfs4proc.c | 1240 int nfs4_call_sync(struct rpc_clnt *clnt, in nfs4_call_sync() function 4258 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); in _nfs4_lookup_root() 4718 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, in _nfs4_proc_lookupp() 5153 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg, in nfs4_do_create() 5169 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg, in nfs4_do_mkdir() 5317 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, in _nfs4_proc_readdir() 5864 return nfs4_call_sync(server->client, server, &msg, in _nfs4_proc_commit() 6158 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode), in __nfs4_get_acl_uncached() 6260 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1); in __nfs4_proc_set_acl() 6333 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 0); in _nfs4_get_security_label() [all …]
|
| H A D | nfs4_fs.h | 294 extern int nfs4_call_sync(struct rpc_clnt *, struct nfs_server *,
|