Symbol: nvme_ns_head
drivers/nvme/host/core.c
1820
static bool nvme_init_integrity(struct nvme_ns_head *head,
drivers/nvme/host/core.c
1938
static void nvme_configure_pi_elbas(struct nvme_ns_head *head,
drivers/nvme/host/core.c
1967
struct nvme_ns_head *head, struct nvme_id_ns *id,
drivers/nvme/host/core.c
2083
struct nvme_ns_head *head = ns->head;
drivers/nvme/host/core.c
2265
struct nvme_ns_head *head = ns->head;
drivers/nvme/host/core.c
3768
static struct nvme_ns_head *nvme_find_ns_head(struct nvme_ctrl *ctrl,
drivers/nvme/host/core.c
3771
struct nvme_ns_head *h;
drivers/nvme/host/core.c
3796
struct nvme_ns_head *h;
drivers/nvme/host/core.c
3881
static struct nvme_ns_head *nvme_alloc_ns_head(struct nvme_ctrl *ctrl,
drivers/nvme/host/core.c
3884
struct nvme_ns_head *head;
drivers/nvme/host/core.c
3969
struct nvme_ns_head *head = NULL;
drivers/nvme/host/core.c
667
struct nvme_ns_head *head =
drivers/nvme/host/core.c
668
container_of(ref, struct nvme_ns_head, ref);
drivers/nvme/host/core.c
678
bool nvme_tryget_ns_head(struct nvme_ns_head *head)
drivers/nvme/host/core.c
683
void nvme_put_ns_head(struct nvme_ns_head *head)
drivers/nvme/host/ioctl.c
694
void __user *argp, struct nvme_ns_head *head, int srcu_idx,
drivers/nvme/host/ioctl.c
712
struct nvme_ns_head *head = bdev->bd_disk->private_data;
drivers/nvme/host/ioctl.c
747
struct nvme_ns_head *head =
drivers/nvme/host/ioctl.c
748
container_of(cdev, struct nvme_ns_head, cdev);
drivers/nvme/host/ioctl.c
772
struct nvme_ns_head *head = container_of(cdev, struct nvme_ns_head, cdev);
drivers/nvme/host/multipath.c
109
struct nvme_ns_head *h;
drivers/nvme/host/multipath.c
1108
struct nvme_ns_head *head = ns->head;
drivers/nvme/host/multipath.c
1132
struct nvme_ns_head *head = disk->private_data;
drivers/nvme/host/multipath.c
1145
struct nvme_ns_head *head = disk->private_data;
drivers/nvme/host/multipath.c
1183
void nvme_mpath_add_sysfs_link(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
119
struct nvme_ns_head *h;
drivers/nvme/host/multipath.c
129
struct nvme_ns_head *h;
drivers/nvme/host/multipath.c
1293
void nvme_mpath_remove_disk(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
1330
void nvme_mpath_put_disk(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
243
struct nvme_ns_head *head = ns->head;
drivers/nvme/host/multipath.c
276
struct nvme_ns_head *head = ns->head;
drivers/nvme/host/multipath.c
311
static struct nvme_ns *__nvme_find_path(struct nvme_ns_head *head, int node)
drivers/nvme/host/multipath.c
352
static struct nvme_ns *nvme_next_ns(struct nvme_ns_head *head,
drivers/nvme/host/multipath.c
362
static struct nvme_ns *nvme_round_robin_path(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
410
static struct nvme_ns *nvme_queue_depth_path(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
453
static struct nvme_ns *nvme_numa_path(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
466
inline struct nvme_ns *nvme_find_path(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
478
static bool nvme_available_path(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
513
struct nvme_ns_head *head = bio->bi_bdev->bd_disk->private_data;
drivers/nvme/host/multipath.c
565
struct nvme_ns_head *head = disk->private_data;
drivers/nvme/host/multipath.c
581
struct nvme_ns_head *head = disk->private_data;
drivers/nvme/host/multipath.c
609
static inline struct nvme_ns_head *cdev_to_ns_head(struct cdev *cdev)
drivers/nvme/host/multipath.c
611
return container_of(cdev, struct nvme_ns_head, cdev);
drivers/nvme/host/multipath.c
637
static int nvme_add_ns_head_cdev(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
653
struct nvme_ns_head *head =
drivers/nvme/host/multipath.c
654
container_of(work, struct nvme_ns_head, partition_scan_work);
drivers/nvme/host/multipath.c
667
struct nvme_ns_head *head =
drivers/nvme/host/multipath.c
668
container_of(work, struct nvme_ns_head, requeue_work);
drivers/nvme/host/multipath.c
683
static void nvme_remove_head(struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
701
struct nvme_ns_head *head = container_of(to_delayed_work(work),
drivers/nvme/host/multipath.c
702
struct nvme_ns_head, remove_work);
drivers/nvme/host/multipath.c
717
int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl, struct nvme_ns_head *head)
drivers/nvme/host/multipath.c
777
struct nvme_ns_head *head = ns->head;
drivers/nvme/host/nvme.h
1014
struct nvme_ns *nvme_find_path(struct nvme_ns_head *head);
drivers/nvme/host/nvme.h
1027
int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl,struct nvme_ns_head *head);
drivers/nvme/host/nvme.h
1028
void nvme_mpath_add_sysfs_link(struct nvme_ns_head *ns);
drivers/nvme/host/nvme.h
1031
void nvme_mpath_put_disk(struct nvme_ns_head *head);
drivers/nvme/host/nvme.h
1040
void nvme_mpath_remove_disk(struct nvme_ns_head *head);
drivers/nvme/host/nvme.h
1064
static inline bool nvme_mpath_queue_if_no_path(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
1083
struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
1090
static inline void nvme_mpath_put_disk(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
1109
static inline void nvme_mpath_remove_disk(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
1157
static inline bool nvme_mpath_queue_if_no_path(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
572
static inline bool nvme_ns_head_multipath(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
595
struct nvme_ns_head *head;
drivers/nvme/host/nvme.h
611
static inline bool nvme_ns_has_pi(struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
744
static inline u64 nvme_sect_to_lba(struct nvme_ns_head *head, sector_t sector)
drivers/nvme/host/nvme.h
752
static inline sector_t nvme_lba_to_sect(struct nvme_ns_head *head, u64 lba)
drivers/nvme/host/nvme.h
936
struct nvme_ns_head *head)
drivers/nvme/host/nvme.h
979
bool nvme_tryget_ns_head(struct nvme_ns_head *head);
drivers/nvme/host/nvme.h
980
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
106
struct nvme_ns_head *head = dev_to_ns_head(dev);
drivers/nvme/host/sysfs.c
186
static int ns_head_update_nuse(struct nvme_ns_head *head)
drivers/nvme/host/sysfs.c
234
struct nvme_ns_head *head = dev_to_ns_head(dev);
drivers/nvme/host/sysfs.c
63
static inline struct nvme_ns_head *dev_to_ns_head(struct device *dev)
drivers/nvme/host/sysfs.c
75
struct nvme_ns_head *head = dev_to_ns_head(dev);
drivers/nvme/host/sysfs.c
83
struct nvme_ns_head *head = dev_to_ns_head(dev);
drivers/nvme/host/zns.c
154
struct nvme_ns_head *head = ns->head;