Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Dnvme.h279 struct nvme_ns_head { struct
320 struct nvme_ns_head *head;
471 int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl,struct nvme_ns_head *head);
473 void nvme_mpath_remove_disk(struct nvme_ns_head *head);
480 struct nvme_ns_head *head = ns->head; in nvme_mpath_clear_current_path()
485 struct nvme_ns *nvme_find_path(struct nvme_ns_head *head);
489 struct nvme_ns_head *head = ns->head; in nvme_mpath_check_last_path()
520 struct nvme_ns_head *head) in nvme_mpath_alloc_disk()
528 static inline void nvme_mpath_remove_disk(struct nvme_ns_head *head) in nvme_mpath_remove_disk()
Dmultipath.c113 static struct nvme_ns *__nvme_find_path(struct nvme_ns_head *head) in __nvme_find_path()
144 inline struct nvme_ns *nvme_find_path(struct nvme_ns_head *head) in nvme_find_path()
156 struct nvme_ns_head *head = q->queuedata; in nvme_ns_head_make_request()
190 struct nvme_ns_head *head = q->queuedata; in nvme_ns_head_poll()
205 struct nvme_ns_head *head = in nvme_requeue_work()
206 container_of(work, struct nvme_ns_head, requeue_work); in nvme_requeue_work()
226 int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl, struct nvme_ns_head *head) in nvme_mpath_alloc_disk()
278 struct nvme_ns_head *head = ns->head; in nvme_mpath_set_live()
493 void nvme_mpath_remove_disk(struct nvme_ns_head *head) in nvme_mpath_remove_disk()
Dcore.c371 struct nvme_ns_head *head = in nvme_free_ns_head()
372 container_of(ref, struct nvme_ns_head, ref); in nvme_free_ns_head()
382 static void nvme_put_ns_head(struct nvme_ns_head *head) in nvme_put_ns_head()
1265 struct nvme_ns_head **head, int *srcu_idx) in nvme_get_ns_from_disk()
1279 static void nvme_put_ns_from_disk(struct nvme_ns_head *head, int idx) in nvme_put_ns_from_disk()
1312 struct nvme_ns_head *head = NULL; in nvme_ioctl()
1585 struct nvme_ns_head *head = NULL; in nvme_pr_command()
1698 struct nvme_ns_head *head = bdev->bd_disk->private_data; in nvme_ns_head_open()
2610 static inline struct nvme_ns_head *dev_to_ns_head(struct device *dev) in dev_to_ns_head()
2623 struct nvme_ns_head *head = dev_to_ns_head(dev); in wwid_show()
[all …]