Home
last modified time | relevance | path

Searched refs:clnt (Results 1 – 5 of 5) sorted by relevance

/include/net/9p/
Dclient.h172 struct p9_client *clnt; member
187 void p9_client_destroy(struct p9_client *clnt);
188 void p9_client_disconnect(struct p9_client *clnt);
189 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
191 struct p9_fid *p9_client_auth(struct p9_client *clnt, char *uname,
/include/linux/sunrpc/
Dmetrics.h82 static inline struct rpc_iostats *rpc_alloc_iostats(struct rpc_clnt *clnt) { return NULL; } in rpc_alloc_iostats() argument
84 static inline void rpc_print_iostats(struct seq_file *seq, struct rpc_clnt *clnt) {} in rpc_print_iostats() argument
Dclnt.h138 int rpc_call_async(struct rpc_clnt *clnt,
142 int rpc_call_sync(struct rpc_clnt *clnt,
144 struct rpc_task *rpc_call_null(struct rpc_clnt *clnt, struct rpc_cred *cred,
/include/sound/
Duda1341.h120 int __init snd_chip_uda1341_mixer_new(struct snd_card *card, struct l3_client **clnt);
/include/linux/
Dnfs_fs.h562 #define nfs_wait_event(clnt, wq, condition) \ argument