Searched defs:nvmet_ns (Results 1 – 1 of 1) sorted by relevance
56 struct nvmet_ns { struct57 struct list_head dev_link;58 struct percpu_ref ref;82 static inline struct nvmet_ns *to_nvmet_ns(struct config_item *item) in to_nvmet_ns() argument