Home
last modified time | relevance | path

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

/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()
162 static struct nvme_ns *__nvme_find_path(struct nvme_ns_head *head, int node) in __nvme_find_path()
201 static struct nvme_ns *nvme_next_ns(struct nvme_ns_head *head, in nvme_next_ns()
211 static struct nvme_ns *nvme_round_robin_path(struct nvme_ns_head *head, in nvme_round_robin_path()
260 inline struct nvme_ns *nvme_find_path(struct nvme_ns_head *head) in nvme_find_path()
276 static bool nvme_available_path(struct nvme_ns_head *head) in nvme_available_path()
296 struct nvme_ns_head *head = bio->bi_disk->private_data; in nvme_ns_head_submit_bio()
[all …]
Dnvme.h409 struct nvme_ns_head { struct
450 struct nvme_ns_head *head; argument
712 struct nvme_ns_head **head, int *srcu_idx);
713 void nvme_put_ns_from_disk(struct nvme_ns_head *head, int idx);
731 int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl,struct nvme_ns_head *head);
733 void nvme_mpath_remove_disk(struct nvme_ns_head *head);
741 struct nvme_ns *nvme_find_path(struct nvme_ns_head *head);
746 struct nvme_ns_head *head = ns->head; in nvme_mpath_check_last_path()
787 struct nvme_ns_head *head) in nvme_mpath_alloc_disk()
795 static inline void nvme_mpath_remove_disk(struct nvme_ns_head *head) in nvme_mpath_remove_disk()
Dcore.c498 struct nvme_ns_head *head = in nvme_free_ns_head()
499 container_of(ref, struct nvme_ns_head, ref); in nvme_free_ns_head()
508 static void nvme_put_ns_head(struct nvme_ns_head *head) in nvme_put_ns_head()
1699 struct nvme_ns_head **head, int *srcu_idx) in nvme_get_ns_from_disk()
1718 void nvme_put_ns_from_disk(struct nvme_ns_head *head, int idx) in nvme_put_ns_from_disk()
1735 struct nvme_ns_head *head, in nvme_handle_ctrl_ioctl()
1762 struct nvme_ns_head *head = NULL; in nvme_ioctl()
2245 struct nvme_ns_head *head = NULL; in nvme_pr_command()
2361 struct nvme_ns_head *head = bdev->bd_disk->private_data; in nvme_ns_head_open()
3395 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()