Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/host/
Dioctl.c742 ns = nvme_find_path(head); in nvme_ns_head_ioctl()
771 ns = nvme_find_path(head); in nvme_ns_head_chr_ioctl()
790 struct nvme_ns *ns = nvme_find_path(head); in nvme_ns_head_chr_uring_cmd()
806 struct nvme_ns *ns = nvme_find_path(head); in nvme_ns_head_chr_uring_cmd_iopoll()
Dmultipath.c305 inline struct nvme_ns *nvme_find_path(struct nvme_ns_head *head) in nvme_find_path() function
358 ns = nvme_find_path(head); in nvme_ns_head_submit_bio()
401 ns = nvme_find_path(head); in nvme_ns_head_report_zones()
Dnvme.h864 struct nvme_ns *nvme_find_path(struct nvme_ns_head *head);
Dcore.c2108 struct nvme_ns *ns = nvme_find_path(head); in nvme_send_ns_head_pr_command()