Home
last modified time | relevance | path

Searched refs:nvme_ns_head_multipath (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/nvme/host/
H A Dcore.c1811 if (WARN_ON_ONCE(nvme_ns_head_multipath(ns->head))) in nvme_ns_open()
2577 if (!ret && nvme_ns_head_multipath(ns->head)) { in nvme_update_ns_info()
4281 if (nvme_ns_head_multipath(ns->head)) { in nvme_alloc_ns()
4314 if (!nvme_ns_head_multipath(ns->head)) in nvme_alloc_ns()
4390 if (!nvme_ns_head_multipath(ns->head)) { in nvme_ns_remove()
H A Dioctl.c145 if (ns && nvme_ns_head_multipath(ns->head)) in nvme_alloc_user_request()
H A Dnvme.h596 static inline bool nvme_ns_head_multipath(struct nvme_ns_head *head) in nvme_ns_head_multipath() function