Lines Matching refs:clnt

331 static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)  in nfs4_delay()  argument
924 static int nfs4_call_sync_sequence(struct rpc_clnt *clnt, in nfs4_call_sync_sequence() argument
939 .rpc_client = clnt, in nfs4_call_sync_sequence()
955 int nfs4_call_sync(struct rpc_clnt *clnt, in nfs4_call_sync() argument
963 return nfs4_call_sync_sequence(clnt, server, msg, args, res); in nfs4_call_sync()
3464 static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, in _nfs4_proc_lookup() argument
3492 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0); in _nfs4_proc_lookup()
3505 static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir, in nfs4_proc_lookup_common() argument
3510 struct rpc_clnt *client = *clnt; in nfs4_proc_lookup_common()
3526 if (client != *clnt) in nfs4_proc_lookup_common()
3541 *clnt = client; in nfs4_proc_lookup_common()
3542 else if (client != *clnt) in nfs4_proc_lookup_common()
6425 struct rpc_clnt *clnt = server->client; in _nfs40_proc_get_locations() local
6457 status = nfs4_call_sync_sequence(clnt, server, &msg, in _nfs40_proc_get_locations()
6483 struct rpc_clnt *clnt = server->client; in _nfs41_proc_get_locations() local
6511 status = nfs4_call_sync_sequence(clnt, server, &msg, in _nfs41_proc_get_locations()
6575 struct rpc_clnt *clnt = server->client; in _nfs40_proc_fsid_present() local
6599 status = nfs4_call_sync_sequence(clnt, server, &msg, in _nfs40_proc_fsid_present()
6621 struct rpc_clnt *clnt = server->client; in _nfs41_proc_fsid_present() local
6641 status = nfs4_call_sync_sequence(clnt, server, &msg, in _nfs41_proc_fsid_present()
6712 struct rpc_clnt *clnt = NFS_SERVER(dir)->client; in _nfs4_proc_secinfo() local
6716 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient; in _nfs4_proc_secinfo()
6724 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg); in _nfs4_proc_secinfo()
6726 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args, in _nfs4_proc_secinfo()
8277 struct rpc_clnt *clnt = server->client; in _nfs41_proc_secinfo_no_name() local
8282 clnt = server->nfs_client->cl_rpcclient; in _nfs41_proc_secinfo_no_name()
8288 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, in _nfs41_proc_secinfo_no_name()