Home
last modified time | relevance | path

Searched refs:dax_add_host (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/linux/
Ddax.h132 int dax_add_host(struct dax_device *dax_dev, struct gendisk *disk);
138 static inline int dax_add_host(struct dax_device *dax_dev, struct gendisk *disk) in dax_add_host() function
/linux-6.6.21/drivers/dax/
Dsuper.c62 int dax_add_host(struct dax_device *dax_dev, struct gendisk *disk) in dax_add_host() function
66 EXPORT_SYMBOL_GPL(dax_add_host);
/linux-6.6.21/drivers/nvdimm/
Dpmem.c569 rc = dax_add_host(dax_dev, disk); in pmem_attach_disk()
/linux-6.6.21/drivers/s390/block/
Ddcssblk.c687 rc = dax_add_host(dev_info->dax_dev, dev_info->gd); in dcssblk_add_store()
/linux-6.6.21/drivers/md/
Ddm.c2106 if (dax_add_host(md->dax_dev, md->disk)) in alloc_dev()