| /linux/include/linux/ |
| A D | dax.h | 16 struct dax_device; 23 long (*direct_access)(struct dax_device *, pgoff_t, long, 44 void put_dax(struct dax_device *dax_dev); 45 void kill_dax(struct dax_device *dax_dev); 48 bool __dax_synchronous(struct dax_device *dax_dev); 53 void __set_dax_synchronous(struct dax_device *dax_dev); 62 struct dax_device *dax_dev) in daxdev_mapping_supported() 80 static inline void put_dax(struct dax_device *dax_dev) in put_dax() 101 struct dax_device *dax_dev) in daxdev_mapping_supported() 190 bool dax_alive(struct dax_device *dax_dev); [all …]
|
| A D | iomap.h | 88 struct dax_device *dax_dev; /* dax_dev for dax operations */
|
| A D | device-mapper.h | 159 struct dax_device *dax_dev;
|
| /linux/drivers/dax/ |
| A D | super.c | 28 struct dax_device { struct 90 struct dax_device *dax_dev, *found = NULL; in dax_get_by_host() 347 bool dax_alive(struct dax_device *dax_dev) in dax_alive() 360 void kill_dax(struct dax_device *dax_dev) in kill_dax() 375 void run_dax(struct dax_device *dax_dev) in run_dax() 383 struct dax_device *dax_dev; in dax_alloc_inode() 402 struct dax_device *dax_dev = to_dax_dev(inode); in dax_free_inode() 457 struct dax_device *dax_dev; in dax_dev_get() 501 struct dax_device *dax_dev; in alloc_dax() 542 void put_dax(struct dax_device *dax_dev) in put_dax() [all …]
|
| A D | dax-private.h | 13 struct dax_device; 14 struct dax_device *inode_dax(struct inode *inode); 15 struct inode *dax_inode(struct dax_device *dax_dev); 64 struct dax_device *dax_dev;
|
| A D | bus.h | 10 struct dax_device; 61 void run_dax(struct dax_device *dax_dev);
|
| A D | device.c | 346 struct dax_device *dax_dev = inode_dax(inode); in dax_open() 393 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_probe()
|
| A D | bus.c | 361 struct dax_device *dax_dev = dev_dax->dax_dev; in kill_dev_dax() 1255 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_release() 1273 struct dax_device *dax_dev; in devm_create_dev_dax()
|
| /linux/drivers/md/ |
| A D | dm-linear.c | 172 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_direct_access() 187 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_copy_from_iter() 201 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_copy_to_iter() 216 struct dax_device *dax_dev = lc->dev->dax_dev; in linear_dax_zero_page_range()
|
| A D | dm-stripe.c | 309 struct dax_device *dax_dev; in stripe_dax_direct_access() 330 struct dax_device *dax_dev; in stripe_dax_copy_from_iter() 349 struct dax_device *dax_dev; in stripe_dax_copy_to_iter() 369 struct dax_device *dax_dev; in stripe_dax_zero_page_range()
|
| A D | dm-core.h | 66 struct dax_device *dax_dev;
|
| A 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()
|
| /linux/drivers/nvdimm/ |
| A D | pmem.c | 286 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() 398 struct dax_device *dax_dev; in pmem_attach_disk()
|
| A D | pmem.h | 24 struct dax_device *dax_dev;
|
| /linux/drivers/s390/block/ |
| A D | dcssblk.c | 34 static long dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, 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; 939 dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dcssblk_dax_direct_access()
|
| /linux/fs/erofs/ |
| A D | internal.h | 53 struct dax_device *dax_dev; 111 struct dax_device *dax_dev; 438 struct dax_device *m_daxdev;
|
| /linux/fs/xfs/ |
| A D | xfs_buf.h | 91 struct dax_device *bt_daxdev; 342 struct block_device *, struct dax_device *);
|
| A D | xfs_super.c | 373 struct dax_device *dax_ddev = mp->m_ddev_targp->bt_daxdev; in xfs_close_devices() 377 struct dax_device *dax_logdev = mp->m_logdev_targp->bt_daxdev; in xfs_close_devices() 385 struct dax_device *dax_rtdev = mp->m_rtdev_targp->bt_daxdev; in xfs_close_devices() 410 struct dax_device *dax_ddev = fs_dax_get_by_bdev(ddev); in xfs_open_devices() 411 struct dax_device *dax_logdev = NULL, *dax_rtdev = NULL; in xfs_open_devices()
|
| A D | xfs_buf.c | 1939 struct dax_device *dax_dev) in xfs_alloc_buftarg()
|
| /linux/fs/fuse/ |
| A D | virtio_fs.c | 63 struct dax_device *dax_dev; 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()
|
| A D | fuse_i.h | 506 struct dax_device *dax_dev; 1272 int fuse_dax_conn_alloc(struct fuse_conn *fc, struct dax_device *dax_dev);
|
| A D | dax.c | 74 struct dax_device *dev; 1282 int fuse_dax_conn_alloc(struct fuse_conn *fc, struct dax_device *dax_dev) in fuse_dax_conn_alloc()
|
| /linux/fs/ |
| A 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()
|
| /linux/fs/ext2/ |
| A D | ext2.h | 120 struct dax_device *s_daxdev;
|
| /linux/fs/ext4/ |
| A D | file.c | 770 struct dax_device *dax_dev = sbi->s_daxdev; in ext4_file_mmap()
|