Home
last modified time | relevance | path

Searched refs:dax_device (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/include/linux/
H A Ddax.h11 struct dax_device;
54 void *dax_holder(struct dax_device *dax_dev);
55 void put_dax(struct dax_device *dax_dev);
56 void kill_dax(struct dax_device *dax_dev);
59 bool dax_synchronous(struct dax_device *dax_dev);
60 void set_dax_nocache(struct dax_device *dax_dev);
61 void set_dax_nomc(struct dax_device *dax_dev);
69 struct dax_device *dax_dev) in daxdev_mapping_supported()
114 struct dax_device *dax_dev) in daxdev_mapping_supported()
241 bool dax_alive(struct dax_device *dax_dev);
[all …]
H A Diomap.h113 struct dax_device *dax_dev; /* dax_dev for dax operations */
H A Ddevice-mapper.h169 struct dax_device *dax_dev;
/linux-6.15/drivers/dax/
H A Dsuper.c29 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 …]
H A Ddax-private.h13 struct dax_device;
14 struct dax_device *inode_dax(struct inode *inode);
15 struct inode *dax_inode(struct dax_device *dax_dev);
83 struct dax_device *dax_dev;
101 void run_dax(struct dax_device *dax_dev);
H A Dbus.h10 struct dax_device;
H A Ddevice.c350 struct dax_device *dax_dev = inode_dax(inode); in dax_open()
397 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_probe()
H A Dbus.c425 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-6.15/drivers/md/
H A Ddm-linear.c160 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()
H A Ddm-stripe.c302 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()
H A Ddm-log-writes.c883 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()
H A Ddm-core.h79 struct dax_device *dax_dev;
H A Ddm.c1233 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()
2262 struct dax_device *dax_dev; in alloc_dev()
/linux-6.15/drivers/nvdimm/
H A Dpmem.h27 struct dax_device *dax_dev;
H A Dpmem.c294 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-6.15/drivers/s390/block/
H A Ddcssblk.c34 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;
539 struct dax_device *dax_dev; in dcssblk_setup_dax()
933 dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dcssblk_dax_direct_access()
/linux-6.15/fs/fuse/
H A Dvirtio_fs.c72 struct dax_device *dax_dev;
1009 static long virtio_fs_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in virtio_fs_direct_access()
1024 static int virtio_fs_zero_page_range(struct dax_device *dax_dev, in virtio_fs_zero_page_range()
1047 struct dax_device *dax_dev = data; in virtio_fs_cleanup_dax()
1057 struct dax_device *dax_dev __free(cleanup_dax) = NULL; in virtio_fs_setup_dax()
H A Dfuse_i.h609 struct dax_device *dax_dev;
1476 struct dax_device *dax_dev);
H A Ddax.c74 struct dax_device *dev;
1249 struct dax_device *dax_dev) in fuse_dax_conn_alloc()
/linux-6.15/fs/xfs/
H A Dxfs_buf.h99 struct dax_device *bt_daxdev;
H A Dxfs_notify_failure.c367 struct dax_device *dax_dev, in xfs_dax_notify_failure()
/linux-6.15/fs/erofs/
H A Dinternal.h46 struct dax_device *dax_dev;
/linux-6.15/fs/
H A Ddax.c1113 static int dax_writeback_one(struct xa_state *xas, struct dax_device *dax_dev, in dax_writeback_one()
1213 struct dax_device *dax_dev, struct writeback_control *wbc) in dax_writeback_mapping_range()
1626 struct dax_device *dax_dev = iomap->dax_dev; in dax_iomap_iter()
/linux-6.15/fs/ext2/
H A Dext2.h117 struct dax_device *s_daxdev;
/linux-6.15/fs/ext4/
H A Dfile.c806 struct dax_device *dax_dev = EXT4_SB(inode->i_sb)->s_daxdev; in ext4_file_mmap()

12