Home
last modified time | relevance | path

Searched refs:alloc_dax (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Ddax.h53 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
/linux/drivers/dax/
H A Dsuper.c323 * Note, because alloc_dax() returns an ERR_PTR() on error, callers
448 struct dax_device *alloc_dax(void *private, const struct dax_operations *ops) in alloc_dax() function
482 EXPORT_SYMBOL_GPL(alloc_dax);
H A Dbus.c1479 dax_dev = alloc_dax(dev_dax, NULL); in __devm_create_dev_dax()
/linux/drivers/nvdimm/
H A Dpmem.c556 dax_dev = alloc_dax(pmem, &pmem_dax_ops); in pmem_attach_disk()
/linux/drivers/s390/block/
H A Ddcssblk.c543 dax_dev = alloc_dax(dev_info, &dcssblk_dax_ops); in dcssblk_setup_dax()
/linux/drivers/md/
H A Ddm.c2334 dax_dev = alloc_dax(md, &dm_dax_ops); in alloc_dev()