Symbol: nvme_ns_head
drivers/nvme/host/core.c
1836
static bool nvme_init_integrity(struct nvme_ns_head *head,
drivers/nvme/host/core.c
1935
static void nvme_configure_pi_elbas(struct nvme_ns_head *head,
drivers/nvme/host/core.c
1964
struct nvme_ns_head *head, struct nvme_id_ns *id,
drivers/nvme/host/core.c
2080
struct nvme_ns_head *head = ns->head;
drivers/nvme/host/core.c
2315
struct nvme_ns_head *head = ns->head;
drivers/nvme/host/core.c
3844
static struct nvme_ns_head *nvme_find_ns_head(struct nvme_ctrl *ctrl,
drivers/nvme/host/core.c
3847
struct nvme_ns_head *h;
drivers/nvme/host/core.c
3872
struct nvme_ns_head *h;
drivers/nvme/host/core.c
3967
static struct nvme_ns_head *nvme_alloc_ns_head(struct nvme_ctrl *ctrl,
drivers/nvme/host/core.c
3970
struct nvme_ns_head *head;
drivers/nvme/host/core.c
4055
struct nvme_ns_head *head = NULL;
drivers/nvme/host/core.c
685
struct nvme_ns_head *head =
drivers/nvme/host/core.c
686
container_of(ref, struct nvme_ns_head, ref);
drivers/nvme/host/core.c
696
bool nvme_tryget_ns_head(struct nvme_ns_head *head)
drivers/nvme/host/core.c
701
void nvme_put_ns_head(struct nvme_ns_head *head)
drivers/nvme/host/ioctl.c
693
void __user *argp, struct nvme_ns_head *head, int srcu_idx,
drivers/nvme/host/ioctl.c
711
struct nvme_ns_head *head = bdev->bd_disk->private_data;
drivers/nvme/host/ioctl.c
746
struct nvme_ns_head *head =
drivers/nvme/host/ioctl.c
747
container_of(cdev, struct nvme_ns_head, cdev);
drivers/nvme/host/ioctl.c
771
struct nvme_ns_head *head = container_of(cdev, struct nvme_ns_head, cdev);
drivers/nvme/host/multipath.c
1115
struct nvme_ns_head *head = ns->head;
drivers/nvme/host/multipath.c
1139
struct nvme_ns_head *head = disk->private_data;
drivers/nvme/host/multipath.c
1152
struct nvme_ns_head *head = disk->private_data;
drivers/nvme/host/multipath.c
119
struct nvme_ns_head *h;
drivers/nvme/host/multipath.c
1208
struct nvme_ns_head *head = disk->private_data;
drivers/nvme/host/multipath.c
1220
struct nvme_ns_head *head = disk->private_data;
drivers/nvme/host/multipath.c
1237
struct nvme_ns_head *head = disk->private_data;
drivers/nvme/host/multipath.c
1249
struct nvme_ns_head *head = disk->private_data;
drivers/nvme/host/multipath.c
1274
void nvme_mpath_add_sysfs_link(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
129
struct nvme_ns_head *h;
drivers/nvme/host/multipath.c
1384
void nvme_mpath_remove_disk(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
139
struct nvme_ns_head *h;
drivers/nvme/host/multipath.c
1421
void nvme_mpath_put_disk(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
244
struct nvme_ns_head *head = ns->head;
drivers/nvme/host/multipath.c
271
void nvme_mpath_revalidate_paths(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
308
static struct nvme_ns *__nvme_find_path(struct nvme_ns_head *head, int node)
drivers/nvme/host/multipath.c
349
static struct nvme_ns *nvme_next_ns(struct nvme_ns_head *head,
drivers/nvme/host/multipath.c
359
static struct nvme_ns *nvme_round_robin_path(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
407
static struct nvme_ns *nvme_queue_depth_path(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
450
static struct nvme_ns *nvme_numa_path(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
463
inline struct nvme_ns *nvme_find_path(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
475
static bool nvme_available_path(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
510
struct nvme_ns_head *head = bio->bi_bdev->bd_disk->private_data;
drivers/nvme/host/multipath.c
570
struct nvme_ns_head *head = disk->private_data;
drivers/nvme/host/multipath.c
586
struct nvme_ns_head *head = disk->private_data;
drivers/nvme/host/multipath.c
614
static inline struct nvme_ns_head *cdev_to_ns_head(struct cdev *cdev)
drivers/nvme/host/multipath.c
616
return container_of(cdev, struct nvme_ns_head, cdev);
drivers/nvme/host/multipath.c
642
static void nvme_add_ns_head_cdev(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
661
struct nvme_ns_head *head =
drivers/nvme/host/multipath.c
662
container_of(work, struct nvme_ns_head, partition_scan_work);
drivers/nvme/host/multipath.c
675
struct nvme_ns_head *head =
drivers/nvme/host/multipath.c
676
container_of(work, struct nvme_ns_head, requeue_work);
drivers/nvme/host/multipath.c
691
static void nvme_remove_head(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
710
struct nvme_ns_head *head = container_of(to_delayed_work(work),
drivers/nvme/host/multipath.c
711
struct nvme_ns_head, remove_work);
drivers/nvme/host/multipath.c
726
int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl, struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
786
struct nvme_ns_head *head = ns->head;
drivers/nvme/host/nvme.h
1035
struct nvme_ns *nvme_find_path(struct nvme_ns_head *head);
drivers/nvme/host/nvme.h
1048
int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl,struct nvme_ns_head *head);
drivers/nvme/host/nvme.h
1049
void nvme_mpath_add_sysfs_link(struct nvme_ns_head *ns);
drivers/nvme/host/nvme.h
1052
void nvme_mpath_put_disk(struct nvme_ns_head *head);
drivers/nvme/host/nvme.h
1059
void nvme_mpath_revalidate_paths(struct nvme_ns_head *head);
drivers/nvme/host/nvme.h
1061
void nvme_mpath_remove_disk(struct nvme_ns_head *head);
drivers/nvme/host/nvme.h
1088
static inline bool nvme_mpath_queue_if_no_path(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
1107
struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
1114
static inline void nvme_mpath_put_disk(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
1127
static inline void nvme_mpath_revalidate_paths(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
1133
static inline void nvme_mpath_remove_disk(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
1181
static inline bool nvme_mpath_queue_if_no_path(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
581
static inline bool nvme_ns_head_multipath(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
607
struct nvme_ns_head *head;
drivers/nvme/host/nvme.h
624
static inline bool nvme_ns_has_pi(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
757
static inline u64 nvme_sect_to_lba(struct nvme_ns_head *head, sector_t sector)
drivers/nvme/host/nvme.h
765
static inline sector_t nvme_lba_to_sect(struct nvme_ns_head *head, u64 lba)
drivers/nvme/host/nvme.h
955
struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
998
bool nvme_tryget_ns_head(struct nvme_ns_head *head);
drivers/nvme/host/nvme.h
999
void nvme_put_ns_head(struct nvme_ns_head *head);
drivers/nvme/host/pr.c
55
struct nvme_ns_head *head = bdev->bd_disk->private_data;
drivers/nvme/host/sysfs.c
107
struct nvme_ns_head *head = dev_to_ns_head(dev);
drivers/nvme/host/sysfs.c
187
static int ns_head_update_nuse(struct nvme_ns_head *head)
drivers/nvme/host/sysfs.c
235
struct nvme_ns_head *head = dev_to_ns_head(dev);
drivers/nvme/host/sysfs.c
64
static inline struct nvme_ns_head *dev_to_ns_head(struct device *dev)
drivers/nvme/host/sysfs.c
76
struct nvme_ns_head *head = dev_to_ns_head(dev);
drivers/nvme/host/sysfs.c
84
struct nvme_ns_head *head = dev_to_ns_head(dev);
drivers/nvme/host/zns.c
154
struct nvme_ns_head *head = ns->head;