Searched refs:alloc_dax (Results 1 – 6 of 6) 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
323 * Note, because alloc_dax() returns an ERR_PTR() on error, callers448 struct dax_device *alloc_dax(void *private, const struct dax_operations *ops) in alloc_dax() function 482 EXPORT_SYMBOL_GPL(alloc_dax);
1479 dax_dev = alloc_dax(dev_dax, NULL); in __devm_create_dev_dax()
556 dax_dev = alloc_dax(pmem, &pmem_dax_ops); in pmem_attach_disk()
543 dax_dev = alloc_dax(dev_info, &dcssblk_dax_ops); in dcssblk_setup_dax()
2334 dax_dev = alloc_dax(md, &dm_dax_ops); in alloc_dev()