Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/
A Ddax.h11 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);
73 struct dax_device *dax_dev) in daxdev_mapping_supported()
116 struct dax_device *dax_dev) in daxdev_mapping_supported()
127 void set_dax_nocache(struct dax_device *dax_dev);
128 void set_dax_nomc(struct dax_device *dax_dev);
228 bool dax_alive(struct dax_device *dax_dev);
[all …]
A Diomap.h97 struct dax_device *dax_dev; /* dax_dev for dax operations */
A Ddevice-mapper.h168 struct dax_device *dax_dev;
/linux-6.3-rc2/drivers/dax/
A Dsuper.c28 struct dax_device { struct
84 struct dax_device *dax_dev; in fs_dax_get_by_bdev()
307 bool dax_alive(struct dax_device *dax_dev) in dax_alive()
320 void kill_dax(struct dax_device *dax_dev) in kill_dax()
337 void run_dax(struct dax_device *dax_dev) in run_dax()
345 struct dax_device *dax_dev; in dax_alloc_inode()
417 struct dax_device *dax_dev; in dax_dev_get()
441 struct dax_device *dax_dev; in alloc_dax()
467 void put_dax(struct dax_device *dax_dev) in put_dax()
482 void *dax_holder(struct dax_device *dax_dev) in dax_holder()
[all …]
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);
64 struct dax_device *dax_dev;
A Dbus.h10 struct dax_device;
57 void run_dax(struct dax_device *dax_dev);
A Ddevice.c354 struct dax_device *dax_dev = inode_dax(inode); in dax_open()
401 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_probe()
A Dbus.c397 struct dax_device *dax_dev = dev_dax->dax_dev; in kill_dev_dax()
1299 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_release()
1317 struct dax_device *dax_dev; in devm_create_dev_dax()
/linux-6.3-rc2/drivers/md/
A Ddm-linear.c159 static struct dax_device *linear_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) in linear_dax_pgoff()
172 struct dax_device *dax_dev = linear_dax_pgoff(ti, &pgoff); in linear_dax_direct_access()
180 struct dax_device *dax_dev = linear_dax_pgoff(ti, &pgoff); in linear_dax_zero_page_range()
188 struct dax_device *dax_dev = linear_dax_pgoff(ti, &pgoff); in linear_dax_recovery_write()
A Ddm-stripe.c301 static struct dax_device *stripe_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) in stripe_dax_pgoff()
320 struct dax_device *dax_dev = stripe_dax_pgoff(ti, &pgoff); in stripe_dax_direct_access()
328 struct dax_device *dax_dev = stripe_dax_pgoff(ti, &pgoff); in stripe_dax_zero_page_range()
336 struct dax_device *dax_dev = stripe_dax_pgoff(ti, &pgoff); in stripe_dax_recovery_write()
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()
A Ddm-core.h77 struct dax_device *dax_dev;
A Ddm.c1216 static long dm_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_direct_access()
1244 static int dm_dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_zero_page_range()
1271 static size_t dm_dax_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_recovery_write()
/linux-6.3-rc2/drivers/nvdimm/
A Dpmem.h27 struct dax_device *dax_dev;
A Dpmem.c293 static int pmem_dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_dax_zero_page_range()
303 static long pmem_dax_direct_access(struct dax_device *dax_dev, in pmem_dax_direct_access()
325 static size_t pmem_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, in pmem_recovery_write()
457 struct dax_device *dax_dev; in pmem_attach_disk()
/linux-6.3-rc2/fs/erofs/
A Dinternal.h53 struct dax_device *dax_dev;
139 struct dax_device *dax_dev;
426 struct dax_device *m_daxdev;
/linux-6.3-rc2/drivers/s390/block/
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()
81 struct dax_device *dax_dev;
930 dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dcssblk_dax_direct_access()
/linux-6.3-rc2/fs/xfs/
A Dxfs_notify_failure.c177 struct dax_device *dax_dev, in xfs_dax_notify_failure()
A Dxfs_buf.h96 struct dax_device *bt_daxdev;
/linux-6.3-rc2/fs/fuse/
A Dvirtio_fs.c64 struct dax_device *dax_dev;
753 static long virtio_fs_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in virtio_fs_direct_access()
769 static int virtio_fs_zero_page_range(struct dax_device *dax_dev, in virtio_fs_zero_page_range()
791 struct dax_device *dax_dev = data; in virtio_fs_cleanup_dax()
A Dfuse_i.h521 struct dax_device *dax_dev;
1303 struct dax_device *dax_dev);
A Ddax.c74 struct dax_device *dev;
1283 struct dax_device *dax_dev) in fuse_dax_conn_alloc()
/linux-6.3-rc2/fs/
A Ddax.c913 static int dax_writeback_one(struct xa_state *xas, struct dax_device *dax_dev, in dax_writeback_one()
1013 struct dax_device *dax_dev, struct writeback_control *wbc) in dax_writeback_mapping_range()
1407 struct dax_device *dax_dev = iomap->dax_dev; in dax_iomap_iter()
/linux-6.3-rc2/fs/ext2/
A Dext2.h120 struct dax_device *s_daxdev;
/linux-6.3-rc2/fs/ext4/
A Dfile.c799 struct dax_device *dax_dev = sbi->s_daxdev; in ext4_file_mmap()

Completed in 50 milliseconds

12