Searched refs:dax_add_host (Results 1 – 5 of 5) sorted by relevance
132 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
62 int dax_add_host(struct dax_device *dax_dev, struct gendisk *disk) in dax_add_host() function66 EXPORT_SYMBOL_GPL(dax_add_host);
569 rc = dax_add_host(dax_dev, disk); in pmem_attach_disk()
687 rc = dax_add_host(dev_info->dax_dev, dev_info->gd); in dcssblk_add_store()
2106 if (dax_add_host(md->dax_dev, md->disk)) in alloc_dev()