Searched defs:nvme_ns_head (Results 1 – 2 of 2) sorted by relevance
84826 struct nvme_ns_head { struct84827 struct list_head list;84828 struct srcu_struct srcu;84829 struct nvme_subsystem *subsys;84830 unsigned int ns_id;84831 struct nvme_ns_ids ids;84832 struct list_head entry;84833 struct kref ref;84834 bool shared;84835 int instance;[all …]
94557 struct nvme_ns_head { struct94558 struct list_head list;94559 struct srcu_struct srcu;94560 struct nvme_subsystem *subsys;94561 unsigned int ns_id;94562 struct nvme_ns_ids ids;94563 struct list_head entry;94564 struct kref ref;94565 bool shared;94566 int instance;[all …]