Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddax.h59 struct dax_device *alloc_dax(void *private, const struct dax_operations *ops);
86 static inline struct dax_device *alloc_dax(void *private, in alloc_dax() function
/openbmc/linux/drivers/dax/
H A Dsuper.c442 struct dax_device *alloc_dax(void *private, const struct dax_operations *ops) in alloc_dax() function
468 EXPORT_SYMBOL_GPL(alloc_dax);
H A Dbus.c1386 dax_dev = alloc_dax(dev_dax, NULL); in devm_create_dev_dax()
/openbmc/linux/drivers/nvdimm/
H A Dpmem.c560 dax_dev = alloc_dax(pmem, &pmem_dax_ops); in pmem_attach_disk()
/openbmc/linux/drivers/s390/block/
H A Ddcssblk.c680 dev_info->dax_dev = alloc_dax(dev_info, &dcssblk_dax_ops); in dcssblk_add_store()
/openbmc/linux/fs/fuse/
H A Dvirtio_fs.c862 fs->dax_dev = alloc_dax(fs, &virtio_fs_dax_ops); in virtio_fs_setup_dax()
/openbmc/linux/drivers/md/
H A Ddm.c2104 md->dax_dev = alloc_dax(md, &dm_dax_ops); in alloc_dev()