Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/9p/
Dclient.h152 struct p9_client { struct
153 spinlock_t lock; /* protect client structure */
154 unsigned int msize;
155 unsigned char proto_version;
156 struct p9_trans_module *trans_mod;
157 enum p9_trans_status status;
158 void *trans;
183 * @clnt: back pointer to instantiating &p9_client argument