| /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 130 void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax() 177 int fs_dax_get(struct dax_device *dax_dev, void *holder, in fs_dax_get() 249 long dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, long nr_pages, in dax_direct_access() 274 size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_from_iter() 290 size_t dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_to_iter() 306 int dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dax_zero_page_range() 330 size_t dax_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, in dax_recovery_write() 339 int dax_holder_notify_failure(struct dax_device *dax_dev, u64 off, in dax_holder_notify_failure() [all …]
|
| H A D | fsdev.c | 47 static long __fsdev_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in __fsdev_dax_direct_access() 76 static int fsdev_dax_zero_page_range(struct dax_device *dax_dev, in fsdev_dax_zero_page_range() 91 static long fsdev_dax_direct_access(struct dax_device *dax_dev, in fsdev_dax_direct_access() 99 static size_t fsdev_dax_recovery_write(struct dax_device *dax_dev, in fsdev_dax_recovery_write() 217 struct dax_device *dax_dev = inode_dax(inode); in fsdev_open() local 281 struct dax_device *dax_dev = dev_dax->dax_dev; in fsdev_dax_probe() local
|
| H A D | dax-private.h | 86 struct dax_device *dax_dev; member
|
| /linux/drivers/md/ |
| H A D | dm-linear.c | 175 struct dax_device *dax_dev = linear_dax_pgoff(ti, &pgoff); in linear_dax_direct_access() local 183 struct dax_device *dax_dev = linear_dax_pgoff(ti, &pgoff); in linear_dax_zero_page_range() local 191 struct dax_device *dax_dev = linear_dax_pgoff(ti, &pgoff); in linear_dax_recovery_write() local
|
| H A D | dm-stripe.c | 321 struct dax_device *dax_dev = stripe_dax_pgoff(ti, &pgoff); in stripe_dax_direct_access() local 329 struct dax_device *dax_dev = stripe_dax_pgoff(ti, &pgoff); in stripe_dax_zero_page_range() local 337 struct dax_device *dax_dev = stripe_dax_pgoff(ti, &pgoff); in stripe_dax_recovery_write() local
|
| H A D | dm-log-writes.c | 899 struct dax_device *dax_dev = log_writes_dax_pgoff(ti, &pgoff); in log_writes_dax_direct_access() local 907 struct dax_device *dax_dev = log_writes_dax_pgoff(ti, &pgoff); in log_writes_dax_zero_page_range() local 915 struct dax_device *dax_dev = log_writes_dax_pgoff(ti, &pgoff); in log_writes_dax_recovery_write() local
|
| H A D | dm.c | 1219 static long dm_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_direct_access() 1247 static int dm_dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_zero_page_range() 1274 static size_t dm_dax_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_recovery_write() 2304 struct dax_device *dax_dev; in alloc_dev() local
|
| /linux/drivers/s390/block/ |
| H A D | dcssblk.c | 46 static int dcssblk_dax_zero_page_range(struct dax_device *dax_dev, in dcssblk_dax_zero_page_range() 80 struct dax_device *dax_dev; member 539 struct dax_device *dax_dev; in dcssblk_setup_dax() local 950 dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dcssblk_dax_direct_access()
|
| /linux/drivers/nvdimm/ |
| H A D | pmem.c | 308 static int pmem_dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_dax_zero_page_range() 318 static long pmem_dax_direct_access(struct dax_device *dax_dev, in pmem_dax_direct_access() 340 static size_t pmem_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_recovery_write() 479 struct dax_device *dax_dev; in pmem_attach_disk() local
|
| H A D | dax_devs.c | 91 struct device *dax_dev; in nd_dax_probe() local
|
| /linux/fs/xfs/ |
| H A D | xfs_notify_failure.c | 373 struct dax_device *dax_dev, in xfs_dax_notify_failure()
|
| /linux/fs/ext4/ |
| H A D | file.c | 885 struct dax_device *dax_dev = EXT4_SB(inode->i_sb)->s_daxdev; in ext4_file_mmap_prepare() local
|
| /linux/include/linux/ |
| H A D | iomap.h | 137 struct dax_device *dax_dev; /* dax_dev for dax operations */ member
|