current_path      148 drivers/nvme/host/multipath.c 		if (ns == rcu_access_pointer(head->current_path[node])) {
current_path      149 drivers/nvme/host/multipath.c 			rcu_assign_pointer(head->current_path[node], NULL);
current_path      212 drivers/nvme/host/multipath.c 		rcu_assign_pointer(head->current_path[node], found);
current_path      255 drivers/nvme/host/multipath.c 	rcu_assign_pointer(head->current_path[node], found);
current_path      270 drivers/nvme/host/multipath.c 	ns = srcu_dereference(head->current_path[node], &head->srcu);
current_path      348 drivers/nvme/host/nvme.h 	struct nvme_ns __rcu	*current_path[];