Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dnvme.h469 struct nvme_ns_head { struct
511 static inline bool nvme_ns_head_multipath(struct nvme_ns_head *head) in nvme_ns_head_multipath() argument
534 struct nvme_ns_head *head;
549 static inline bool nvme_ns_has_pi(struct nvme_ns_head *head) in nvme_ns_has_pi()
675 static inline u64 nvme_sect_to_lba(struct nvme_ns_head *head, sector_t sector) in nvme_sect_to_lba()
683 static inline sector_t nvme_lba_to_sect(struct nvme_ns_head *head, u64 lba) in nvme_lba_to_sect()
867 struct nvme_ns_head *head) in nvme_is_unique_nsid()
910 bool nvme_tryget_ns_head(struct nvme_ns_head *head);
911 void nvme_put_ns_head(struct nvme_ns_head *head);
944 struct nvme_ns *nvme_find_path(struct nvme_ns_head *head);
[all …]
H A Dsysfs.c63 static inline struct nvme_ns_head *dev_to_ns_head(struct device *dev) in dev_to_ns_head()
75 struct nvme_ns_head *head = dev_to_ns_head(dev); in nvme_io_passthru_err_log_enabled_show()
83 struct nvme_ns_head *head = dev_to_ns_head(dev); in nvme_io_passthru_err_log_enabled_store()
106 struct nvme_ns_head *head = dev_to_ns_head(dev); in wwid_show()
186 static int ns_head_update_nuse(struct nvme_ns_head *head) in ns_head_update_nuse()
234 struct nvme_ns_head *head = dev_to_ns_head(dev); in nuse_show()
H A Dioctl.c687 void __user *argp, struct nvme_ns_head *head, int srcu_idx, in nvme_ns_head_ctrl_ioctl()
705 struct nvme_ns_head *head = bdev->bd_disk->private_data; in nvme_ns_head_ioctl()
740 struct nvme_ns_head *head = in nvme_ns_head_chr_ioctl()
741 container_of(cdev, struct nvme_ns_head, cdev); in nvme_ns_head_chr_ioctl()
765 struct nvme_ns_head *head = container_of(cdev, struct nvme_ns_head, cdev); in nvme_ns_head_chr_uring_cmd()
H A Dpr.c55 struct nvme_ns_head *head = bdev->bd_disk->private_data; in nvme_send_ns_head_pr_command()