Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/host/
Dmultipath.c17 struct nvme_ns_head *h; in nvme_mpath_unfreeze()
27 struct nvme_ns_head *h; in nvme_mpath_wait_freeze()
37 struct nvme_ns_head *h; in nvme_mpath_start_freeze()
139 struct nvme_ns_head *head = ns->head; in nvme_mpath_clear_current_path()
176 static struct nvme_ns *__nvme_find_path(struct nvme_ns_head *head, int node) in __nvme_find_path()
215 static struct nvme_ns *nvme_next_ns(struct nvme_ns_head *head, in nvme_next_ns()
225 static struct nvme_ns *nvme_round_robin_path(struct nvme_ns_head *head, in nvme_round_robin_path()
264 inline struct nvme_ns *nvme_find_path(struct nvme_ns_head *head) in nvme_find_path()
277 static bool nvme_available_path(struct nvme_ns_head *head) in nvme_available_path()
298 struct nvme_ns_head *head = q->queuedata; in nvme_ns_head_make_request()
[all …]
Dnvme.h333 struct nvme_ns_head { struct
365 struct nvme_ns_head *head; argument
526 int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl,struct nvme_ns_head *head);
528 void nvme_mpath_remove_disk(struct nvme_ns_head *head);
534 struct nvme_ns *nvme_find_path(struct nvme_ns_head *head);
538 struct nvme_ns_head *head = ns->head; in nvme_mpath_check_last_path()
580 struct nvme_ns_head *head) in nvme_mpath_alloc_disk()
588 static inline void nvme_mpath_remove_disk(struct nvme_ns_head *head) in nvme_mpath_remove_disk()
Dcore.c435 struct nvme_ns_head *head = in nvme_free_ns_head()
436 container_of(ref, struct nvme_ns_head, ref); in nvme_free_ns_head()
446 static void nvme_put_ns_head(struct nvme_ns_head *head) in nvme_put_ns_head()
1472 struct nvme_ns_head **head, int *srcu_idx) in nvme_get_ns_from_disk()
1491 static void nvme_put_ns_from_disk(struct nvme_ns_head *head, int idx) in nvme_put_ns_from_disk()
1508 struct nvme_ns_head *head, in nvme_handle_ctrl_ioctl()
1535 struct nvme_ns_head *head = NULL; in nvme_ioctl()
1916 struct nvme_ns_head *head = NULL; in nvme_pr_command()
2029 struct nvme_ns_head *head = bdev->bd_disk->private_data; in nvme_ns_head_open()
3015 static inline struct nvme_ns_head *dev_to_ns_head(struct device *dev) in dev_to_ns_head()
[all …]