Searched defs:p9_client (Results 1 – 1 of 1) sorted by relevance
101 struct p9_client { struct102 spinlock_t lock;103 unsigned int msize;104 unsigned char proto_version;105 struct p9_trans_module *trans_mod;106 enum p9_trans_status status;130 * @clnt: back pointer to instantiating &p9_client argument
Completed in 3 milliseconds