| /linux/include/linux/ |
| A D | dax.h | 11 struct dax_device; 60 void *dax_holder(struct dax_device *dax_dev); 61 void put_dax(struct dax_device *dax_dev); 62 void kill_dax(struct dax_device *dax_dev); 65 bool dax_synchronous(struct dax_device *dax_dev); 66 void set_dax_nocache(struct dax_device *dax_dev); 67 void set_dax_nomc(struct dax_device *dax_dev); 75 struct dax_device *dax_dev) in daxdev_mapping_supported() 120 struct dax_device *dax_dev) in daxdev_mapping_supported() 229 bool dax_alive(struct dax_device *dax_dev); [all …]
|
| A D | iomap.h | 101 struct dax_device *dax_dev; /* dax_dev for dax operations */
|
| A D | device-mapper.h | 169 struct dax_device *dax_dev;
|
| /linux/drivers/dax/ |
| A D | super.c | 29 struct dax_device { struct 85 struct dax_device *dax_dev; in fs_dax_get_by_bdev() 311 bool dax_alive(struct dax_device *dax_dev) in dax_alive() 329 void kill_dax(struct dax_device *dax_dev) in kill_dax() 347 void run_dax(struct dax_device *dax_dev) in run_dax() 355 struct dax_device *dax_dev; in dax_alloc_inode() 427 struct dax_device *dax_dev; in dax_dev_get() 451 struct dax_device *dax_dev; in alloc_dax() 485 void put_dax(struct dax_device *dax_dev) in put_dax() 500 void *dax_holder(struct dax_device *dax_dev) in dax_holder() [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); 65 struct dax_device *dax_dev; 87 void run_dax(struct dax_device *dax_dev);
|
| A D | bus.h | 10 struct dax_device;
|
| A D | device.c | 348 struct dax_device *dax_dev = inode_dax(inode); in dax_open() 395 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_probe()
|
| A D | bus.c | 425 struct dax_device *dax_dev = dev_dax->dax_dev; in kill_dev_dax() 1407 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_release() 1424 struct dax_device *dax_dev; in __devm_create_dev_dax()
|
| /linux/drivers/md/ |
| A D | dm-linear.c | 160 static struct dax_device *linear_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) in linear_dax_pgoff() 173 struct dax_device *dax_dev = linear_dax_pgoff(ti, &pgoff); in linear_dax_direct_access() 181 struct dax_device *dax_dev = linear_dax_pgoff(ti, &pgoff); in linear_dax_zero_page_range() 189 struct dax_device *dax_dev = linear_dax_pgoff(ti, &pgoff); in linear_dax_recovery_write()
|
| A D | dm-stripe.c | 302 static struct dax_device *stripe_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) in stripe_dax_pgoff() 321 struct dax_device *dax_dev = stripe_dax_pgoff(ti, &pgoff); in stripe_dax_direct_access() 329 struct dax_device *dax_dev = stripe_dax_pgoff(ti, &pgoff); in stripe_dax_zero_page_range() 337 struct dax_device *dax_dev = stripe_dax_pgoff(ti, &pgoff); in stripe_dax_recovery_write()
|
| A D | dm-log-writes.c | 883 static struct dax_device *log_writes_dax_pgoff(struct dm_target *ti, in log_writes_dax_pgoff() 896 struct dax_device *dax_dev = log_writes_dax_pgoff(ti, &pgoff); in log_writes_dax_direct_access() 904 struct dax_device *dax_dev = log_writes_dax_pgoff(ti, &pgoff); in log_writes_dax_zero_page_range() 912 struct dax_device *dax_dev = log_writes_dax_pgoff(ti, &pgoff); in log_writes_dax_recovery_write()
|
| A D | dm-core.h | 79 struct dax_device *dax_dev;
|
| A D | dm.c | 1233 static long dm_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_direct_access() 1261 static int dm_dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_zero_page_range() 1288 static size_t dm_dax_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_recovery_write() 2247 struct dax_device *dax_dev; in alloc_dev()
|
| /linux/drivers/nvdimm/ |
| A D | pmem.h | 27 struct dax_device *dax_dev;
|
| A D | pmem.c | 294 static int pmem_dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_dax_zero_page_range() 304 static long pmem_dax_direct_access(struct dax_device *dax_dev, in pmem_dax_direct_access() 326 static size_t pmem_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_recovery_write() 465 struct dax_device *dax_dev; in pmem_attach_disk()
|
| /linux/fs/erofs/ |
| A D | internal.h | 53 struct dax_device *dax_dev; 136 struct dax_device *dax_dev; 374 struct dax_device *m_daxdev;
|
| /linux/drivers/s390/block/ |
| A D | dcssblk.c | 34 static long dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, 48 static int dcssblk_dax_zero_page_range(struct dax_device *dax_dev, in dcssblk_dax_zero_page_range() 82 struct dax_device *dax_dev; 556 struct dax_device *dax_dev; in dcssblk_add_store() 932 dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dcssblk_dax_direct_access()
|
| /linux/fs/fuse/ |
| A D | virtio_fs.c | 72 struct dax_device *dax_dev; 1003 static long virtio_fs_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in virtio_fs_direct_access() 1019 static int virtio_fs_zero_page_range(struct dax_device *dax_dev, in virtio_fs_zero_page_range() 1042 struct dax_device *dax_dev = data; in virtio_fs_cleanup_dax() 1052 struct dax_device *dax_dev __free(cleanup_dax) = NULL; in virtio_fs_setup_dax()
|
| A D | fuse_i.h | 577 struct dax_device *dax_dev; 1387 struct dax_device *dax_dev);
|
| A D | dax.c | 74 struct dax_device *dev; 1282 struct dax_device *dax_dev) in fuse_dax_conn_alloc()
|
| /linux/fs/xfs/ |
| A D | xfs_notify_failure.c | 260 struct dax_device *dax_dev, in xfs_dax_notify_failure()
|
| A D | xfs_buf.h | 111 struct dax_device *bt_daxdev;
|
| /linux/fs/ |
| A D | dax.c | 926 static int dax_writeback_one(struct xa_state *xas, struct dax_device *dax_dev, in dax_writeback_one() 1026 struct dax_device *dax_dev, struct writeback_control *wbc) in dax_writeback_mapping_range() 1441 struct dax_device *dax_dev = iomap->dax_dev; in dax_iomap_iter()
|
| /linux/fs/ext2/ |
| A D | ext2.h | 117 struct dax_device *s_daxdev;
|
| /linux/fs/ext4/ |
| A D | file.c | 785 struct dax_device *dax_dev = EXT4_SB(inode->i_sb)->s_daxdev; in ext4_file_mmap()
|