Home
last modified time | relevance | path

Searched defs:nvme_ns_head (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dnvme.h468 struct nvme_ns_head { struct
469 struct list_head list;
470 struct srcu_struct srcu;
471 struct nvme_subsystem *subsys;
472 unsigned ns_id;
496 static inline bool nvme_ns_head_multipath(struct nvme_ns_head *head) in nvme_ns_head_multipath() argument