Lines Matching refs:clnt

331 static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)  in nfs4_delay()  argument
855 static int nfs4_call_sync_sequence(struct rpc_clnt *clnt, in nfs4_call_sync_sequence() argument
870 .rpc_client = clnt, in nfs4_call_sync_sequence()
886 int nfs4_call_sync(struct rpc_clnt *clnt, in nfs4_call_sync() argument
894 return nfs4_call_sync_sequence(clnt, server, msg, args, res); in nfs4_call_sync()
3311 static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, in _nfs4_proc_lookup() argument
3339 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0); in _nfs4_proc_lookup()
3352 static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir, in nfs4_proc_lookup_common() argument
3357 struct rpc_clnt *client = *clnt; in nfs4_proc_lookup_common()
3371 if (client != *clnt) in nfs4_proc_lookup_common()
3386 *clnt = client; in nfs4_proc_lookup_common()
3387 else if (client != *clnt) in nfs4_proc_lookup_common()
6287 struct rpc_clnt *clnt = server->client; in _nfs40_proc_get_locations() local
6319 status = nfs4_call_sync_sequence(clnt, server, &msg, in _nfs40_proc_get_locations()
6345 struct rpc_clnt *clnt = server->client; in _nfs41_proc_get_locations() local
6373 status = nfs4_call_sync_sequence(clnt, server, &msg, in _nfs41_proc_get_locations()
6437 struct rpc_clnt *clnt = server->client; in _nfs40_proc_fsid_present() local
6461 status = nfs4_call_sync_sequence(clnt, server, &msg, in _nfs40_proc_fsid_present()
6483 struct rpc_clnt *clnt = server->client; in _nfs41_proc_fsid_present() local
6503 status = nfs4_call_sync_sequence(clnt, server, &msg, in _nfs41_proc_fsid_present()
6574 struct rpc_clnt *clnt = NFS_SERVER(dir)->client; in _nfs4_proc_secinfo() local
6578 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient; in _nfs4_proc_secinfo()
6586 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg); in _nfs4_proc_secinfo()
6588 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args, in _nfs4_proc_secinfo()
8120 struct rpc_clnt *clnt = server->client; in _nfs41_proc_secinfo_no_name() local
8125 clnt = server->nfs_client->cl_rpcclient; in _nfs41_proc_secinfo_no_name()
8131 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, in _nfs41_proc_secinfo_no_name()