Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/host/
Dmultipath.c55 struct nvme_ns_head *h; in nvme_mpath_unfreeze()
65 struct nvme_ns_head *h; in nvme_mpath_wait_freeze()
75 struct nvme_ns_head *h; in nvme_mpath_start_freeze()
143 struct nvme_ns_head *head = ns->head; in nvme_mpath_clear_current_path()
174 struct nvme_ns_head *head = ns->head; in nvme_mpath_revalidate_paths()
207 static struct nvme_ns *__nvme_find_path(struct nvme_ns_head *head, int node) in __nvme_find_path()
246 static struct nvme_ns *nvme_next_ns(struct nvme_ns_head *head, in nvme_next_ns()
256 static struct nvme_ns *nvme_round_robin_path(struct nvme_ns_head *head, in nvme_round_robin_path()
305 inline struct nvme_ns *nvme_find_path(struct nvme_ns_head *head) in nvme_find_path()
321 static bool nvme_available_path(struct nvme_ns_head *head) in nvme_available_path()
[all …]
Dnvme.h422 struct nvme_ns_head { struct
449 static inline bool nvme_ns_head_multipath(struct nvme_ns_head *head) in nvme_ns_head_multipath() argument
471 struct nvme_ns_head *head;
806 struct nvme_ns_head *head) in nvme_is_unique_nsid()
834 bool nvme_tryget_ns_head(struct nvme_ns_head *head);
835 void nvme_put_ns_head(struct nvme_ns_head *head);
864 struct nvme_ns *nvme_find_path(struct nvme_ns_head *head);
877 int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl,struct nvme_ns_head *head);
879 void nvme_mpath_remove_disk(struct nvme_ns_head *head);
888 void nvme_mpath_shutdown_disk(struct nvme_ns_head *head);
[all …]
Dioctl.c719 void __user *argp, struct nvme_ns_head *head, int srcu_idx) in nvme_ns_head_ctrl_ioctl()
736 struct nvme_ns_head *head = bdev->bd_disk->private_data; in nvme_ns_head_ioctl()
764 struct nvme_ns_head *head = in nvme_ns_head_chr_ioctl()
765 container_of(cdev, struct nvme_ns_head, cdev); in nvme_ns_head_chr_ioctl()
788 struct nvme_ns_head *head = container_of(cdev, struct nvme_ns_head, cdev); in nvme_ns_head_chr_uring_cmd()
804 struct nvme_ns_head *head = container_of(cdev, struct nvme_ns_head, cdev); in nvme_ns_head_chr_uring_cmd_iopoll()
Dcore.c614 struct nvme_ns_head *head = in nvme_free_ns_head()
615 container_of(ref, struct nvme_ns_head, ref); in nvme_free_ns_head()
624 bool nvme_tryget_ns_head(struct nvme_ns_head *head) in nvme_tryget_ns_head()
629 void nvme_put_ns_head(struct nvme_ns_head *head) in nvme_put_ns_head()
2106 struct nvme_ns_head *head = bdev->bd_disk->private_data; in nvme_send_ns_head_pr_command()
3365 static inline struct nvme_ns_head *dev_to_ns_head(struct device *dev) in dev_to_ns_head()
3378 struct nvme_ns_head *head = dev_to_ns_head(dev); in wwid_show()
3917 static struct nvme_ns_head *nvme_find_ns_head(struct nvme_ctrl *ctrl, in nvme_find_ns_head()
3920 struct nvme_ns_head *h; in nvme_find_ns_head()
3945 struct nvme_ns_head *h; in nvme_subsys_check_duplicate_ids()
[all …]