Searched defs:nvme_ns_head (Results 1 – 1 of 1) sorted by relevance
450 struct nvme_ns_head { struct451 struct list_head list;452 struct srcu_struct srcu;453 struct nvme_subsystem *subsys;454 struct nvme_ns_ids ids;455 struct list_head entry;456 struct kref ref;457 bool shared;458 bool passthru_err_log_enabled;459 int instance;[all …]