/Linux-v5.15/drivers/dax/ |
D | super.c | 72 struct dax_device *dax_dev, *found = NULL; in dax_get_by_host() local 123 bool generic_fsdax_supported(struct dax_device *dax_dev, in generic_fsdax_supported() 205 bool dax_supported(struct dax_device *dax_dev, struct block_device *bdev, in dax_supported() 237 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in write_cache_show() local 254 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in write_cache_store() local 273 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in dax_visible() local 309 long dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, long nr_pages, in dax_direct_access() 331 size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_from_iter() 341 size_t dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_to_iter() 351 int dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dax_zero_page_range() [all …]
|
D | device.c | 346 struct dax_device *dax_dev = inode_dax(inode); in dax_open() local 393 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_probe() local
|
D | dax-private.h | 64 struct dax_device *dax_dev; member
|
D | bus.c | 361 struct dax_device *dax_dev = dev_dax->dax_dev; in kill_dev_dax() local 1255 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_release() local 1273 struct dax_device *dax_dev; in devm_create_dev_dax() local
|
/Linux-v5.15/include/linux/ |
D | dax.h | 51 static inline bool dax_synchronous(struct dax_device *dax_dev) in dax_synchronous() 56 static inline void set_dax_synchronous(struct dax_device *dax_dev) in set_dax_synchronous() 64 struct dax_device *dax_dev) in daxdev_mapping_supported() 82 static inline void put_dax(struct dax_device *dax_dev) in put_dax() 85 static inline void kill_dax(struct dax_device *dax_dev) in kill_dax() 88 static inline void dax_write_cache(struct dax_device *dax_dev, bool wc) in dax_write_cache() 91 static inline bool dax_write_cache_enabled(struct dax_device *dax_dev) in dax_write_cache_enabled() 95 static inline bool dax_synchronous(struct dax_device *dax_dev) in dax_synchronous() 99 static inline void set_dax_synchronous(struct dax_device *dax_dev) in set_dax_synchronous() 103 struct dax_device *dax_dev) in daxdev_mapping_supported() [all …]
|
D | iomap.h | 88 struct dax_device *dax_dev; /* dax_dev for dax operations */ member
|
D | device-mapper.h | 159 struct dax_device *dax_dev; member
|
/Linux-v5.15/drivers/md/ |
D | dm-linear.c | 173 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_direct_access() local 188 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_copy_from_iter() local 202 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_copy_to_iter() local 217 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_zero_page_range() local
|
D | dm-stripe.c | 309 struct dax_device *dax_dev; in stripe_dax_direct_access() local 330 struct dax_device *dax_dev; in stripe_dax_copy_from_iter() local 349 struct dax_device *dax_dev; in stripe_dax_copy_to_iter() local 369 struct dax_device *dax_dev; in stripe_dax_zero_page_range() local
|
D | dm.c | 1003 static long dm_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_direct_access() 1030 static bool dm_dax_supported(struct dax_device *dax_dev, struct block_device *bdev, in dm_dax_supported() 1050 static size_t dm_dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_copy_from_iter() 1074 static size_t dm_dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_copy_to_iter() 1098 static int dm_dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_zero_page_range()
|
D | dm-core.h | 66 struct dax_device *dax_dev; member
|
D | dm-table.c | 1802 struct dax_device *dax_dev = dev->dax_dev; in device_dax_write_cache_enabled() local
|
/Linux-v5.15/drivers/nvdimm/ |
D | pmem.c | 287 static int pmem_dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_dax_zero_page_range() 297 static long pmem_dax_direct_access(struct dax_device *dax_dev, in pmem_dax_direct_access() 311 static size_t pmem_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_copy_from_iter() 317 static size_t pmem_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_copy_to_iter() 356 struct dax_device *dax_dev; in pmem_attach_disk() local
|
D | pmem.h | 24 struct dax_device *dax_dev; member
|
D | dax_devs.c | 91 struct device *dax_dev; in nd_dax_probe() local
|
/Linux-v5.15/drivers/s390/block/ |
D | dcssblk.c | 47 static size_t dcssblk_dax_copy_from_iter(struct dax_device *dax_dev, in dcssblk_dax_copy_from_iter() 53 static size_t dcssblk_dax_copy_to_iter(struct dax_device *dax_dev, in dcssblk_dax_copy_to_iter() 59 static int dcssblk_dax_zero_page_range(struct dax_device *dax_dev, in dcssblk_dax_zero_page_range() 94 struct dax_device *dax_dev; member 934 dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dcssblk_dax_direct_access()
|
/Linux-v5.15/fs/fuse/ |
D | virtio_fs.c | 63 struct dax_device *dax_dev; member 741 static long virtio_fs_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in virtio_fs_direct_access() 756 static size_t virtio_fs_copy_from_iter(struct dax_device *dax_dev, in virtio_fs_copy_from_iter() 763 static size_t virtio_fs_copy_to_iter(struct dax_device *dax_dev, in virtio_fs_copy_to_iter() 770 static int virtio_fs_zero_page_range(struct dax_device *dax_dev, in virtio_fs_zero_page_range() 793 struct dax_device *dax_dev = data; in virtio_fs_cleanup_dax() local
|
D | dax.c | 1285 int fuse_dax_conn_alloc(struct fuse_conn *fc, struct dax_device *dax_dev) in fuse_dax_conn_alloc()
|
D | fuse_i.h | 506 struct dax_device *dax_dev; member
|
/Linux-v5.15/fs/ |
D | dax.c | 712 static int copy_cow_page_dax(struct block_device *bdev, struct dax_device *dax_dev, in copy_cow_page_dax() 877 static int dax_writeback_one(struct xa_state *xas, struct dax_device *dax_dev, in dax_writeback_one() 968 struct dax_device *dax_dev, struct writeback_control *wbc) in dax_writeback_mapping_range() 1173 struct dax_device *dax_dev = iomap->dax_dev; in dax_iomap_iter() local
|
/Linux-v5.15/fs/ext4/ |
D | file.c | 769 struct dax_device *dax_dev = sbi->s_daxdev; in ext4_file_mmap() local
|
D | super.c | 3875 struct dax_device *dax_dev = fs_dax_get_by_bdev(sb->s_bdev); in ext4_fill_super() local
|
/Linux-v5.15/fs/erofs/ |
D | internal.h | 88 struct dax_device *dax_dev; member
|
/Linux-v5.15/fs/ext2/ |
D | super.c | 805 struct dax_device *dax_dev = fs_dax_get_by_bdev(sb->s_bdev); in ext2_fill_super() local
|
/Linux-v5.15/fs/xfs/ |
D | xfs_buf.c | 1939 struct dax_device *dax_dev) in xfs_alloc_buftarg()
|