Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/dax/
Dsuper.c70 bool __generic_fsdax_supported(struct dax_device *dax_dev, in __generic_fsdax_supported()
170 struct dax_device *dax_dev; in __bdev_dax_supported() local
232 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in write_cache_show() local
249 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in write_cache_store() local
268 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in dax_visible() local
304 long dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, long nr_pages, in dax_direct_access()
326 bool dax_supported(struct dax_device *dax_dev, struct block_device *bdev, in dax_supported()
339 size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_from_iter()
349 size_t dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_to_iter()
359 int dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dax_zero_page_range()
[all …]
Ddevice.c346 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
Ddax-private.h64 struct dax_device *dax_dev; member
/kernel/linux/linux-5.10/include/linux/
Ddax.h52 static inline bool dax_synchronous(struct dax_device *dax_dev) in dax_synchronous()
57 static inline void set_dax_synchronous(struct dax_device *dax_dev) in set_dax_synchronous()
67 struct dax_device *dax_dev) in daxdev_mapping_supported()
89 static inline void put_dax(struct dax_device *dax_dev) in put_dax()
92 static inline void kill_dax(struct dax_device *dax_dev) in kill_dax()
95 static inline void dax_write_cache(struct dax_device *dax_dev, bool wc) in dax_write_cache()
98 static inline bool dax_write_cache_enabled(struct dax_device *dax_dev) in dax_write_cache_enabled()
102 static inline bool dax_synchronous(struct dax_device *dax_dev) in dax_synchronous()
106 static inline void set_dax_synchronous(struct dax_device *dax_dev) in set_dax_synchronous()
109 static inline bool dax_supported(struct dax_device *dax_dev, in dax_supported()
[all …]
Diomap.h87 struct dax_device *dax_dev; /* dax_dev for dax operations */ member
/kernel/linux/linux-4.19/drivers/dax/
Dsuper.c87 struct dax_device *dax_dev; in __bdev_dax_supported() local
193 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in write_cache_show() local
210 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in write_cache_store() local
229 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in dax_visible() local
265 long dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, long nr_pages, in dax_direct_access()
287 size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_from_iter()
297 size_t dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_to_iter()
309 void dax_flush(struct dax_device *dax_dev, void *addr, size_t size) in dax_flush()
317 void dax_flush(struct dax_device *dax_dev, void *addr, size_t size) in dax_flush()
323 void dax_write_cache(struct dax_device *dax_dev, bool wc) in dax_write_cache()
[all …]
Ddevice.c543 struct dax_device *dax_dev = inode_dax(inode); in dax_open() local
581 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_release() local
592 struct dax_device *dax_dev = dev_dax->dax_dev; in kill_dev_dax() local
602 struct dax_device *dax_dev = dev_dax->dax_dev; in unregister_dev_dax() local
617 struct dax_device *dax_dev; in devm_create_dev_dax() local
Ddax-private.h51 struct dax_device *dax_dev; member
/kernel/linux/linux-4.19/include/linux/
Ddax.h52 static inline void put_dax(struct dax_device *dax_dev) in put_dax()
55 static inline void kill_dax(struct dax_device *dax_dev) in kill_dax()
58 static inline void dax_write_cache(struct dax_device *dax_dev, bool wc) in dax_write_cache()
61 static inline bool dax_write_cache_enabled(struct dax_device *dax_dev) in dax_write_cache_enabled()
81 static inline void fs_put_dax(struct dax_device *dax_dev) in fs_put_dax()
105 static inline void fs_put_dax(struct dax_device *dax_dev) in fs_put_dax()
165 struct dax_device *dax_dev, sector_t sector, in __dax_zero_page_range()
Diomap.h62 struct dax_device *dax_dev; /* dax_dev for dax operations */ member
/kernel/linux/linux-5.10/drivers/md/
Ddm-linear.c166 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_direct_access() local
181 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_copy_from_iter() local
195 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_copy_to_iter() local
210 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_zero_page_range() local
Ddm-stripe.c309 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
/kernel/linux/linux-5.10/drivers/nvdimm/
Dpmem.c286 static int pmem_dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_dax_zero_page_range()
296 static long pmem_dax_direct_access(struct dax_device *dax_dev, in pmem_dax_direct_access()
310 static size_t pmem_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_copy_from_iter()
316 static size_t pmem_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_copy_to_iter()
380 struct dax_device *dax_dev; in pmem_attach_disk() local
Dpmem.h24 struct dax_device *dax_dev; member
Ddax_devs.c91 struct device *dax_dev; in nd_dax_probe() local
/kernel/linux/linux-4.19/drivers/md/
Ddm-linear.c166 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_direct_access() local
181 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_copy_from_iter() local
195 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_copy_to_iter() local
Ddm-stripe.c322 struct dax_device *dax_dev; in stripe_dax_direct_access() local
343 struct dax_device *dax_dev; in stripe_dax_copy_from_iter() local
362 struct dax_device *dax_dev; in stripe_dax_copy_to_iter() local
/kernel/linux/linux-4.19/drivers/nvdimm/
Dpmem.c276 static long pmem_dax_direct_access(struct dax_device *dax_dev, in pmem_dax_direct_access()
290 static size_t pmem_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_copy_from_iter()
296 static size_t pmem_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_copy_to_iter()
366 struct dax_device *dax_dev; in pmem_attach_disk() local
Dpmem.h24 struct dax_device *dax_dev; member
Ddax_devs.c106 struct device *dax_dev; in nd_dax_probe() local
/kernel/linux/linux-5.10/drivers/s390/block/
Ddcssblk.c48 static size_t dcssblk_dax_copy_from_iter(struct dax_device *dax_dev, in dcssblk_dax_copy_from_iter()
54 static size_t dcssblk_dax_copy_to_iter(struct dax_device *dax_dev, in dcssblk_dax_copy_to_iter()
60 static int dcssblk_dax_zero_page_range(struct dax_device *dax_dev, in dcssblk_dax_zero_page_range()
96 struct dax_device *dax_dev; member
950 dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dcssblk_dax_direct_access()
/kernel/linux/linux-4.19/drivers/s390/block/
Ddcssblk.c48 static size_t dcssblk_dax_copy_from_iter(struct dax_device *dax_dev, in dcssblk_dax_copy_from_iter()
54 static size_t dcssblk_dax_copy_to_iter(struct dax_device *dax_dev, in dcssblk_dax_copy_to_iter()
80 struct dax_device *dax_dev; member
935 dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dcssblk_dax_direct_access()
/kernel/linux/linux-5.10/fs/fuse/
Dvirtio_fs.c57 struct dax_device *dax_dev; member
740 static long virtio_fs_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in virtio_fs_direct_access()
755 static size_t virtio_fs_copy_from_iter(struct dax_device *dax_dev, in virtio_fs_copy_from_iter()
762 static size_t virtio_fs_copy_to_iter(struct dax_device *dax_dev, in virtio_fs_copy_to_iter()
769 static int virtio_fs_zero_page_range(struct dax_device *dax_dev, in virtio_fs_zero_page_range()
792 struct dax_device *dax_dev = data; in virtio_fs_cleanup_dax() local
/kernel/linux/linux-4.19/fs/
Ddax.c767 static int copy_user_dax(struct block_device *bdev, struct dax_device *dax_dev, in copy_user_dax()
938 static int dax_writeback_one(struct dax_device *dax_dev, in dax_writeback_one()
1029 struct dax_device *dax_dev; in dax_writeback_mapping_range() local
1155 struct dax_device *dax_dev, sector_t sector, in __dax_zero_page_range()
1191 struct dax_device *dax_dev = iomap->dax_dev; in dax_iomap_actor() local
/kernel/linux/linux-5.10/fs/
Ddax.c712 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()
1111 struct dax_device *dax_dev = iomap->dax_dev; in dax_iomap_actor() local

12