Searched refs:nvme_ns_head (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/nvme/host/ |
| H A D | multipath.c | 58 struct nvme_ns_head *h; in nvme_mpath_unfreeze() 68 struct nvme_ns_head *h; in nvme_mpath_wait_freeze() 78 struct nvme_ns_head *h; in nvme_mpath_start_freeze() 190 struct nvme_ns_head *head = ns->head; in nvme_mpath_clear_current_path() 223 struct nvme_ns_head *head = ns->head; in nvme_mpath_revalidate_paths() 502 struct nvme_ns_head *head = disk->private_data; in nvme_ns_head_get_unique_id() 518 struct nvme_ns_head *head = disk->private_data; in nvme_ns_head_report_zones() 590 struct nvme_ns_head *head = in nvme_partition_scan_work() 604 struct nvme_ns_head *head = in nvme_requeue_work() 668 struct nvme_ns_head *head = ns->head; in nvme_mpath_set_live() [all …]
|
| H A D | nvme.h | 470 struct nvme_ns_head { struct 535 struct nvme_ns_head *head; 551 static inline bool nvme_ns_has_pi(struct nvme_ns_head *head) in nvme_ns_has_pi() 869 struct nvme_ns_head *head) in nvme_is_unique_nsid() 912 bool nvme_tryget_ns_head(struct nvme_ns_head *head); 913 void nvme_put_ns_head(struct nvme_ns_head *head); 947 struct nvme_ns *nvme_find_path(struct nvme_ns_head *head); 961 void nvme_mpath_add_sysfs_link(struct nvme_ns_head *ns); 964 void nvme_mpath_remove_disk(struct nvme_ns_head *head); 973 void nvme_mpath_shutdown_disk(struct nvme_ns_head *head); [all …]
|
| H A D | sysfs.c | 63 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 D | ioctl.c | 695 void __user *argp, struct nvme_ns_head *head, int srcu_idx, in nvme_ns_head_ctrl_ioctl() 713 struct nvme_ns_head *head = bdev->bd_disk->private_data; in nvme_ns_head_ioctl() 748 struct nvme_ns_head *head = in nvme_ns_head_chr_ioctl() 749 container_of(cdev, struct nvme_ns_head, cdev); in nvme_ns_head_chr_ioctl() 773 struct nvme_ns_head *head = container_of(cdev, struct nvme_ns_head, cdev); in nvme_ns_head_chr_uring_cmd()
|
| H A D | core.c | 664 struct nvme_ns_head *head = in nvme_free_ns_head() 665 container_of(ref, struct nvme_ns_head, ref); in nvme_free_ns_head() 674 bool nvme_tryget_ns_head(struct nvme_ns_head *head) in nvme_tryget_ns_head() 679 void nvme_put_ns_head(struct nvme_ns_head *head) in nvme_put_ns_head() 1793 static bool nvme_init_integrity(struct nvme_ns_head *head, in nvme_init_integrity() 1937 struct nvme_ns_head *head, struct nvme_id_ns *id, in nvme_configure_metadata() 2037 struct nvme_ns_head *head = ns->head; in nvme_update_disk_info() 3575 struct nvme_ns_head *h; in nvme_find_ns_head() 3600 struct nvme_ns_head *h; in nvme_subsys_check_duplicate_ids() 3688 struct nvme_ns_head *head; in nvme_alloc_ns_head() [all …]
|
| H A D | zns.c | 154 struct nvme_ns_head *head = ns->head; in nvme_zone_parse_entry()
|
| H A D | pr.c | 55 struct nvme_ns_head *head = bdev->bd_disk->private_data; in nvme_send_ns_head_pr_command()
|