Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/host/
Dmultipath.c18 struct nvme_ns_head *h; in nvme_mpath_unfreeze()
28 struct nvme_ns_head *h; in nvme_mpath_wait_freeze()
38 struct nvme_ns_head *h; in nvme_mpath_start_freeze()
117 struct nvme_ns_head *head = ns->head; in nvme_mpath_clear_current_path()
163 static struct nvme_ns *__nvme_find_path(struct nvme_ns_head *head, int node) in __nvme_find_path()
202 static struct nvme_ns *nvme_next_ns(struct nvme_ns_head *head, in nvme_next_ns()
212 static struct nvme_ns *nvme_round_robin_path(struct nvme_ns_head *head, in nvme_round_robin_path()
261 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()
297 struct nvme_ns_head *head = bio->bi_disk->private_data; in nvme_ns_head_submit_bio()
[all …]
Dnvme.h389 struct nvme_ns_head { struct
430 struct nvme_ns_head *head; argument
633 struct nvme_ns_head **head, int *srcu_idx);
634 void nvme_put_ns_from_disk(struct nvme_ns_head *head, int idx);
652 int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl,struct nvme_ns_head *head);
654 void nvme_mpath_remove_disk(struct nvme_ns_head *head);
660 struct nvme_ns *nvme_find_path(struct nvme_ns_head *head);
665 struct nvme_ns_head *head = ns->head; in nvme_mpath_check_last_path()
706 struct nvme_ns_head *head) in nvme_mpath_alloc_disk()
714 static inline void nvme_mpath_remove_disk(struct nvme_ns_head *head) in nvme_mpath_remove_disk()
Dcore.c478 struct nvme_ns_head *head = in nvme_free_ns_head()
479 container_of(ref, struct nvme_ns_head, ref); in nvme_free_ns_head()
488 static void nvme_put_ns_head(struct nvme_ns_head *head) in nvme_put_ns_head()
1614 struct nvme_ns_head **head, int *srcu_idx) in nvme_get_ns_from_disk()
1633 void nvme_put_ns_from_disk(struct nvme_ns_head *head, int idx) in nvme_put_ns_from_disk()
1650 struct nvme_ns_head *head, in nvme_handle_ctrl_ioctl()
1677 struct nvme_ns_head *head = NULL; in nvme_ioctl()
2171 struct nvme_ns_head *head = NULL; in nvme_pr_command()
2284 struct nvme_ns_head *head = bdev->bd_disk->private_data; in nvme_ns_head_open()
3273 static inline struct nvme_ns_head *dev_to_ns_head(struct device *dev) in dev_to_ns_head()
[all …]
Dzns.c228 struct nvme_ns_head *head = NULL; in nvme_report_zones()