Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/host/
Dmultipath.c91 nvme_mpath_clear_current_path(ns); in nvme_failover_req()
102 nvme_mpath_clear_current_path(ns); in nvme_failover_req()
137 bool nvme_mpath_clear_current_path(struct nvme_ns *ns) in nvme_mpath_clear_current_path() function
163 if (nvme_mpath_clear_current_path(ns)) in nvme_mpath_clear_ctrl_paths()
Dnvme.h532 bool nvme_mpath_clear_current_path(struct nvme_ns *ns);
591 static inline bool nvme_mpath_clear_current_path(struct nvme_ns *ns) in nvme_mpath_clear_current_path() function
Dcore.c3586 nvme_mpath_clear_current_path(ns); in nvme_ns_remove()