Home
last modified time | relevance | path

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

/Linux-v6.1/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
356 ns = nvme_find_path(head); in nvme_ns_head_submit_bio()
399 ns = nvme_find_path(head); in nvme_ns_head_report_zones()
Dnvme.h861 struct nvme_ns *nvme_find_path(struct nvme_ns_head *head);
Dcore.c2088 struct nvme_ns *ns = nvme_find_path(head); in nvme_send_ns_head_pr_command()