Home
last modified time | relevance | path

Searched defs:clnt (Results 1 – 18 of 18) sorted by relevance

/net/sunrpc/
Dclnt.c82 static void rpc_register_client(struct rpc_clnt *clnt) in rpc_register_client()
92 static void rpc_unregister_client(struct rpc_clnt *clnt) in rpc_unregister_client()
102 static void __rpc_clnt_remove_pipedir(struct rpc_clnt *clnt) in __rpc_clnt_remove_pipedir()
107 static void rpc_clnt_remove_pipedir(struct rpc_clnt *clnt) in rpc_clnt_remove_pipedir()
121 struct rpc_clnt *clnt) in rpc_setup_pipedir_sb()
151 rpc_setup_pipedir(struct super_block *pipefs_sb, struct rpc_clnt *clnt) in rpc_setup_pipedir()
165 static int rpc_clnt_skip_event(struct rpc_clnt *clnt, unsigned long event) in rpc_clnt_skip_event()
185 static int __rpc_clnt_handle_event(struct rpc_clnt *clnt, unsigned long event, in __rpc_clnt_handle_event()
208 static int __rpc_pipefs_event(struct rpc_clnt *clnt, unsigned long event, in __rpc_pipefs_event()
225 struct rpc_clnt *clnt; in rpc_get_client_for_event() local
[all …]
Ddebugfs.c24 struct rpc_clnt *clnt = task->tk_client; in tasks_show() local
45 struct rpc_clnt *clnt = f->private; in tasks_start() local
59 struct rpc_clnt *clnt = f->private; in tasks_next() local
75 struct rpc_clnt *clnt = f->private; in tasks_stop() local
91 struct rpc_clnt *clnt = seq->private = inode->i_private; in tasks_open() local
106 struct rpc_clnt *clnt = seq->private; in tasks_release() local
120 static int do_xprt_debugfs(struct rpc_clnt *clnt, struct rpc_xprt *xprt, void *numv) in do_xprt_debugfs()
146 rpc_clnt_debugfs_register(struct rpc_clnt *clnt) in rpc_clnt_debugfs_register()
167 rpc_clnt_debugfs_unregister(struct rpc_clnt *clnt) in rpc_clnt_debugfs_unregister()
Drpcb_clnt.c180 struct rpc_clnt *clnt = sn->rpcb_local_clnt; in rpcb_put_local() local
205 static void rpcb_set_local(struct net *net, struct rpc_clnt *clnt, in rpcb_set_local()
248 struct rpc_clnt *clnt, *clnt4; in rpcb_create_local_unix() local
295 struct rpc_clnt *clnt, *clnt4; in rpcb_create_local_net() local
380 static int rpcb_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg… in rpcb_register_call()
623 static struct rpc_clnt *rpcb_find_transport_owner(struct rpc_clnt *clnt) in rpcb_find_transport_owner()
648 struct rpc_clnt *clnt; in rpcb_getport_async() local
Dstats.c119 struct rpc_iostats *rpc_alloc_iostats(struct rpc_clnt *clnt) in rpc_alloc_iostats()
242 static int do_print_stats(struct rpc_clnt *clnt, struct rpc_xprt *xprt, void *seqv) in do_print_stats()
250 void rpc_clnt_show_stats(struct seq_file *seq, struct rpc_clnt *clnt) in rpc_clnt_show_stats()
Dauth_unix.c29 unx_create(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in unx_create()
105 struct rpc_clnt *clnt = task->tk_client; in unx_marshal() local
Dsysfs.h11 struct rpc_clnt *clnt; member
Dauth_null.c22 nul_create(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in nul_create()
Dsysfs.c523 void rpc_sysfs_client_setup(struct rpc_clnt *clnt, in rpc_sysfs_client_setup()
596 void rpc_sysfs_client_destroy(struct rpc_clnt *clnt) in rpc_sysfs_client_destroy()
Drpc_pipe.c400 struct rpc_clnt *clnt = m->private; in rpc_show_info() local
417 struct rpc_clnt *clnt = NULL; in rpc_info_open() local
442 struct rpc_clnt *clnt = (struct rpc_clnt *)m->private; in rpc_info_release() local
Dauth.c225 rpcauth_create(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in rpcauth_create()
Dxprt.c1270 struct rpc_clnt *clnt = task->tk_client; in xprt_wait_for_reply_request_rtt() local
/net/9p/
Dclient.c55 inline int p9_is_proto_dotl(struct p9_client *clnt) in p9_is_proto_dotl()
61 inline int p9_is_proto_dotu(struct p9_client *clnt) in p9_is_proto_dotu()
67 int p9_show_client_options(struct seq_file *m, struct p9_client *clnt) in p9_show_client_options()
132 static int parse_opts(char *opts, struct p9_client *clnt) in parse_opts()
892 static struct p9_fid *p9_fid_create(struct p9_client *clnt) in p9_fid_create()
922 struct p9_client *clnt; in p9_fid_destroy() local
1004 struct p9_client *clnt; in p9_client_create() local
1079 void p9_client_destroy(struct p9_client *clnt) in p9_client_destroy()
1103 void p9_client_disconnect(struct p9_client *clnt) in p9_client_disconnect()
1110 void p9_client_begin_disconnect(struct p9_client *clnt) in p9_client_begin_disconnect()
[all …]
Dprotocol.c556 int p9stat_read(struct p9_client *clnt, char *buf, int len, struct p9_wstat *st) in p9stat_read()
583 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu) in p9pdu_finalize()
605 int p9dirent_read(struct p9_client *clnt, char *buf, int len, in p9dirent_read()
Dtrans_rdma.c153 static int p9_rdma_show_options(struct seq_file *m, struct p9_client *clnt) in p9_rdma_show_options()
Dtrans_fd.c745 static int p9_fd_show_options(struct seq_file *m, struct p9_client *clnt) in p9_fd_show_options()
/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c104 struct rpc_clnt *clnt; in gssp_rpc_create() local
133 struct rpc_clnt *clnt; in set_gssp_clnt() local
159 struct rpc_clnt *clnt; in get_gssp_clnt() local
172 struct rpc_clnt *clnt; in gssp_call() local
Dauth_gss.c63 struct rpc_clnt *clnt; member
899 static struct gss_pipe *gss_pipe_alloc(struct rpc_clnt *clnt, in gss_pipe_alloc()
928 struct rpc_clnt *clnt; member
959 static struct gss_pipe *gss_pipe_get(struct rpc_clnt *clnt, in gss_pipe_get()
983 struct rpc_clnt *clnt = p->clnt; in __gss_pipe_free() local
1011 gss_create_new(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in gss_create_new()
1155 struct rpc_clnt *clnt, in gss_auth_find_or_add_hashed()
1192 struct rpc_clnt *clnt) in gss_create_hashed()
1211 gss_create(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in gss_create()
/net/smc/
Dsmc_stats.h44 struct smc_stats_fback clnt[SMC_MAX_FBACK_RSN_CNT]; member