Searched defs:dax_dev (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/dax/ |
H A D | super.c | 63 int dax_add_host(struct dax_device *dax_dev, struct gendisk *disk) in dax_add_host() 85 struct dax_device *dax_dev; in fs_dax_get_by_bdev() local 115 void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax() 150 long dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, long nr_pages, in dax_direct_access() 172 size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_from_iter() 188 size_t dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_to_iter() 204 int dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dax_zero_page_range() 224 size_t dax_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, in dax_recovery_write() 233 int dax_holder_notify_failure(struct dax_device *dax_dev, u64 off, in dax_holder_notify_failure() 258 void dax_flush(struct dax_device *dax_dev, void *addr, size_t size) in dax_flush() [all …]
|
H A D | dax-private.h | 83 struct dax_device *dax_dev; member
|
H A D | bus.c | 425 struct dax_device *dax_dev = dev_dax->dax_dev; in kill_dev_dax() local 1407 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_release() local 1424 struct dax_device *dax_dev; in __devm_create_dev_dax() local
|
/linux/drivers/nvdimm/ |
H A D | pmem.h | 27 struct dax_device *dax_dev; member
|
/linux/fs/fuse/ |
H A D | virtio_fs.c | 72 struct dax_device *dax_dev; member 1009 static long virtio_fs_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in virtio_fs_direct_access() 1024 static int virtio_fs_zero_page_range(struct dax_device *dax_dev, in virtio_fs_zero_page_range() 1047 struct dax_device *dax_dev = data; in virtio_fs_cleanup_dax() local
|
/linux/fs/ |
H A D | dax.c | 1113 static int dax_writeback_one(struct xa_state *xas, struct dax_device *dax_dev, in dax_writeback_one() 1213 struct dax_device *dax_dev, struct writeback_control *wbc) in dax_writeback_mapping_range() 1625 struct dax_device *dax_dev = iomap->dax_dev; in dax_iomap_iter() local
|
/linux/drivers/md/ |
H A D | dm-table.c | 1906 struct dax_device *dax_dev = dev->dax_dev; in device_dax_write_cache_enabled() local
|