Home
last modified time | relevance | path

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

/Linux-v4.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.c545 struct dax_device *dax_dev = inode_dax(inode); in dax_open() local
583 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_release() local
594 struct dax_device *dax_dev = dev_dax->dax_dev; in kill_dev_dax() local
604 struct dax_device *dax_dev = dev_dax->dax_dev; in unregister_dev_dax() local
619 struct dax_device *dax_dev; in devm_create_dev_dax() local
Ddax-private.h51 struct dax_device *dax_dev; member
/Linux-v4.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
Ddevice-mapper.h144 struct dax_device *dax_dev; member
/Linux-v4.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
Ddm-core.h61 struct dax_device *dax_dev; member
Ddm.c1042 static long dm_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_direct_access()
1069 static size_t dm_dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_copy_from_iter()
1093 static size_t dm_dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_copy_to_iter()
1865 struct dax_device *dax_dev = NULL; in alloc_dev() local
Ddm-table.c1678 struct dax_device *dax_dev = dev->dax_dev; in device_dax_write_cache_enabled() local
/Linux-v4.19/drivers/nvdimm/
Dpmem.c276 static long pmem_dax_direct_access(struct dax_device *dax_dev, in pmem_dax_direct_access()
284 static size_t pmem_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_copy_from_iter()
290 static size_t pmem_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_copy_to_iter()
357 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
/Linux-v4.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()
/Linux-v4.19/fs/
Ddax.c769 static int copy_user_dax(struct block_device *bdev, struct dax_device *dax_dev, in copy_user_dax()
940 static int dax_writeback_one(struct dax_device *dax_dev, in dax_writeback_one()
1031 struct dax_device *dax_dev; in dax_writeback_mapping_range() local
1157 struct dax_device *dax_dev, sector_t sector, in __dax_zero_page_range()
1193 struct dax_device *dax_dev = iomap->dax_dev; in dax_iomap_actor() local
/Linux-v4.19/fs/ext2/
Dsuper.c824 struct dax_device *dax_dev = fs_dax_get_by_bdev(sb->s_bdev); in ext2_fill_super() local
/Linux-v4.19/fs/xfs/
Dxfs_buf.c1786 struct dax_device *dax_dev) in xfs_alloc_buftarg()
/Linux-v4.19/fs/ext4/
Dsuper.c3496 struct dax_device *dax_dev = fs_dax_get_by_bdev(sb->s_bdev); in ext4_fill_super() local