Home
last modified time | relevance | path

Searched defs:dax_dev (Results 1 – 13 of 13) sorted by relevance

/drivers/dax/
Dsuper.c86 struct dax_device *dax_dev; in __bdev_dax_supported() local
167 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in write_cache_show() local
185 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in write_cache_store() local
206 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in dax_visible() local
242 long dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, long nr_pages, in dax_direct_access()
270 size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_from_iter()
282 void dax_flush(struct dax_device *dax_dev, void *addr, size_t size) in dax_flush()
293 void dax_flush(struct dax_device *dax_dev, void *addr, size_t size) in dax_flush()
299 void dax_write_cache(struct dax_device *dax_dev, bool wc) in dax_write_cache()
308 bool dax_write_cache_enabled(struct dax_device *dax_dev) in dax_write_cache_enabled()
[all …]
Ddevice.c511 struct dax_device *dax_dev = inode_dax(inode); in dax_open() local
547 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_release() local
558 struct dax_device *dax_dev = dev_dax->dax_dev; in kill_dev_dax() local
568 struct dax_device *dax_dev = dev_dax->dax_dev; in unregister_dev_dax() local
583 struct dax_device *dax_dev; in devm_create_dev_dax() local
Ddax-private.h51 struct dax_device *dax_dev; member
/drivers/nvdimm/
Dpmem.c251 static long pmem_dax_direct_access(struct dax_device *dax_dev, in pmem_dax_direct_access()
265 static size_t pmem_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_copy_from_iter()
310 struct dax_device *dax_dev; in pmem_attach_disk() local
Dpmem.h23 struct dax_device *dax_dev; member
Ddax_devs.c106 struct device *dax_dev; in nd_dax_probe() local
/drivers/block/
Dbrd.c48 struct dax_device *dax_dev; member
354 static long brd_dax_direct_access(struct dax_device *dax_dev, in brd_dax_direct_access()
362 static size_t brd_dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, in brd_dax_copy_from_iter()
/drivers/md/
Ddm-linear.c164 struct dax_device *dax_dev = lc->dev->dax_dev; in dm_linear_dax_direct_access() local
180 struct dax_device *dax_dev = lc->dev->dax_dev; in dm_linear_dax_copy_from_iter() local
Ddm-stripe.c319 struct dax_device *dax_dev; in stripe_dax_direct_access() local
340 struct dax_device *dax_dev; in stripe_dax_copy_from_iter() local
Ddm-core.h60 struct dax_device *dax_dev; member
Ddm.c945 static long dm_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_direct_access()
972 static size_t dm_dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_copy_from_iter()
1707 struct dax_device *dax_dev; in alloc_dev() local
Ddm-table.c1640 struct dax_device *dax_dev = dev->dax_dev; in device_dax_write_cache_enabled() local
/drivers/s390/block/
Ddcssblk.c47 static size_t dcssblk_dax_copy_from_iter(struct dax_device *dax_dev, in dcssblk_dax_copy_from_iter()
72 struct dax_device *dax_dev; member
924 dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dcssblk_dax_direct_access()