Searched defs:nvmet_subsys (Results 1 – 1 of 1) sorted by relevance
216 struct nvmet_subsys { struct217 enum nvme_subsys_type type;219 struct mutex lock;220 struct kref ref;245 struct nvmet_subsys_model __rcu *model; argument254 static inline struct nvmet_subsys *to_subsys(struct config_item *item) in to_subsys() argument