Home
last modified time | relevance | path

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

/linux/drivers/dax/
H A Dsuper.c62 int dax_add_host(struct dax_device *dax_dev, struct gendisk *disk) in dax_add_host()
84 struct dax_device *dax_dev; in fs_dax_get_by_bdev() local
114 void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax()
149 long dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, long nr_pages, in dax_direct_access()
171 size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_from_iter()
187 size_t dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_to_iter()
203 int dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dax_zero_page_range()
223 size_t dax_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, in dax_recovery_write()
232 int dax_holder_notify_failure(struct dax_device *dax_dev, u64 off, in dax_holder_notify_failure()
257 void dax_flush(struct dax_device *dax_dev, void *addr, size_t size) in dax_flush()
[all …]
H A Ddax-private.h83 struct dax_device *dax_dev; member
H A Dbus.c425 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/md/
H A Ddm-linear.c175 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 Ddm-stripe.c321 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 Ddm-table.c1906 struct dax_device *dax_dev = dev->dax_dev; in device_dax_write_cache_enabled() local
/linux/drivers/s390/block/
H A Ddcssblk.c47 static int dcssblk_dax_zero_page_range(struct dax_device *dax_dev, in dcssblk_dax_zero_page_range()
81 struct dax_device *dax_dev; member
542 struct dax_device *dax_dev; in dcssblk_setup_dax() local
954 dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dcssblk_dax_direct_access()
/linux/drivers/nvdimm/
H A Ddax_devs.c91 struct device *dax_dev; in nd_dax_probe() local
/linux/fs/fuse/
H A Dvirtio_fs.c72 struct dax_device *dax_dev; member
1006 static long virtio_fs_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in virtio_fs_direct_access()
1021 static int virtio_fs_zero_page_range(struct dax_device *dax_dev, in virtio_fs_zero_page_range()
1044 struct dax_device *dax_dev = data; in virtio_fs_cleanup_dax() local
H A Dfuse_i.h612 struct dax_device *dax_dev; member
/linux/fs/xfs/
H A Dxfs_notify_failure.c362 struct dax_device *dax_dev, in xfs_dax_notify_failure()
/linux/fs/
H A Ddax.c1100 static int dax_writeback_one(struct xa_state *xas, struct dax_device *dax_dev, in dax_writeback_one()
1200 struct dax_device *dax_dev, struct writeback_control *wbc) in dax_writeback_mapping_range()
1585 struct dax_device *dax_dev = iomap->dax_dev; in dax_iomap_iter() local
/linux/include/linux/
H A Diomap.h111 struct dax_device *dax_dev; /* dax_dev for dax operations */ member
H A Ddevice-mapper.h176 struct dax_device *dax_dev; member
/linux/fs/ext4/
H A Dfile.c812 struct dax_device *dax_dev = EXT4_SB(inode->i_sb)->s_daxdev; in ext4_file_mmap_prepare() local
/linux/fs/erofs/
H A Dinternal.h46 struct dax_device *dax_dev; member