Searched refs:alloc_dax (Results 1 – 5 of 5) sorted by relevance
53 struct dax_device *alloc_dax(void *private, const struct dax_operations *ops);83 static inline struct dax_device *alloc_dax(void *private, in alloc_dax() function
448 struct dax_device *alloc_dax(void *private, const struct dax_operations *ops) in alloc_dax() function482 EXPORT_SYMBOL_GPL(alloc_dax);
1479 dax_dev = alloc_dax(dev_dax, NULL); in __devm_create_dev_dax()
541 dax_dev = alloc_dax(dev_info, &dcssblk_dax_ops); in dcssblk_setup_dax()
1062 dax_dev = alloc_dax(fs, &virtio_fs_dax_ops); in virtio_fs_setup_dax()