Searched defs:p9_client (Results 1 – 1 of 1) sorted by relevance
108 struct p9_client { struct109 spinlock_t lock;110 unsigned int msize;111 unsigned char proto_version;112 struct p9_trans_module *trans_mod;113 enum p9_trans_status status;114 void *trans;115 struct kmem_cache *fcall_cache;117 union {144 struct p9_client_opts { argument