Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
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
/linux-6.1.9/drivers/dax/
Dsuper.c439 struct dax_device *alloc_dax(void *private, const struct dax_operations *ops) in alloc_dax() function
465 EXPORT_SYMBOL_GPL(alloc_dax);
Dbus.c1359 dax_dev = alloc_dax(dev_dax, NULL); in devm_create_dev_dax()
/linux-6.1.9/drivers/nvdimm/
Dpmem.c581 dax_dev = alloc_dax(pmem, &pmem_dax_ops); in pmem_attach_disk()
/linux-6.1.9/drivers/s390/block/
Ddcssblk.c678 dev_info->dax_dev = alloc_dax(dev_info, &dcssblk_dax_ops); in dcssblk_add_store()
/linux-6.1.9/fs/fuse/
Dvirtio_fs.c851 fs->dax_dev = alloc_dax(fs, &virtio_fs_dax_ops); in virtio_fs_setup_dax()
/linux-6.1.9/drivers/md/
Ddm.c2087 md->dax_dev = alloc_dax(md, &dm_dax_ops); in alloc_dev()