Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddax.h53 struct dax_device *alloc_dax(void *private, const struct dax_operations *ops);
82 static inline struct dax_device *alloc_dax(void *private, in alloc_dax() function
/linux-6.15/drivers/dax/
H A Dsuper.c449 struct dax_device *alloc_dax(void *private, const struct dax_operations *ops) in alloc_dax() function
483 EXPORT_SYMBOL_GPL(alloc_dax);
H A Dbus.c1479 dax_dev = alloc_dax(dev_dax, NULL); in __devm_create_dev_dax()
/linux-6.15/drivers/nvdimm/
H A Dpmem.c558 dax_dev = alloc_dax(pmem, &pmem_dax_ops); in pmem_attach_disk()
/linux-6.15/drivers/s390/block/
H A Ddcssblk.c544 dax_dev = alloc_dax(dev_info, &dcssblk_dax_ops); in dcssblk_setup_dax()
/linux-6.15/fs/fuse/
H A Dvirtio_fs.c1065 dax_dev = alloc_dax(fs, &virtio_fs_dax_ops); in virtio_fs_setup_dax()
/linux-6.15/drivers/md/
H A Ddm.c2333 dax_dev = alloc_dax(md, &dm_dax_ops); in alloc_dev()