Home
last modified time | relevance | path

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

12

/openbmc/linux/include/linux/
H 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 …]
H A Diomap.h101 struct dax_device *dax_dev; /* dax_dev for dax operations */
H A Ddevice-mapper.h168 struct dax_device *dax_dev;
/openbmc/linux/drivers/dax/
H A Dsuper.c28 struct dax_device { struct
84 struct dax_device *dax_dev; in fs_dax_get_by_bdev()
310 bool dax_alive(struct dax_device *dax_dev) in dax_alive()
323 void kill_dax(struct dax_device *dax_dev) in kill_dax()
340 void run_dax(struct dax_device *dax_dev) in run_dax()
348 struct dax_device *dax_dev; in dax_alloc_inode()
420 struct dax_device *dax_dev; in dax_dev_get()
444 struct dax_device *dax_dev; in alloc_dax()
470 void put_dax(struct dax_device *dax_dev) in put_dax()
485 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);
65 struct dax_device *dax_dev;
86 void run_dax(struct dax_device *dax_dev);
H A Dbus.h10 struct dax_device;
H A Ddevice.c348 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()
H A Dbus.c397 struct dax_device *dax_dev = dev_dax->dax_dev; in kill_dev_dax()
1314 struct dax_device *dax_dev = dev_dax->dax_dev; in dev_dax_release()
1331 struct dax_device *dax_dev; in devm_create_dev_dax()
/openbmc/linux/drivers/md/
H 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()
H 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()
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.c1219 static long dm_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_direct_access()
1247 static int dm_dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_zero_page_range()
1274 static size_t dm_dax_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_recovery_write()
/openbmc/linux/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()
458 struct dax_device *dax_dev; in pmem_attach_disk()
/openbmc/linux/fs/erofs/
H A Dinternal.h51 struct dax_device *dax_dev;
136 struct dax_device *dax_dev;
374 struct dax_device *m_daxdev;
/openbmc/linux/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;
929 dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dcssblk_dax_direct_access()
/openbmc/linux/fs/xfs/
H A Dxfs_notify_failure.c178 struct dax_device *dax_dev, in xfs_dax_notify_failure()
H A Dxfs_buf.h102 struct dax_device *bt_daxdev;
/openbmc/linux/fs/fuse/
H 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()
792 struct dax_device *dax_dev = data; in virtio_fs_cleanup_dax()
H A Dfuse_i.h541 struct dax_device *dax_dev;
1333 struct dax_device *dax_dev);
H A Ddax.c74 struct dax_device *dev;
1282 struct dax_device *dax_dev) in fuse_dax_conn_alloc()
/openbmc/linux/fs/
H A Ddax.c926 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()
1426 struct dax_device *dax_dev = iomap->dax_dev; in dax_iomap_iter()
/openbmc/linux/fs/ext2/
H A Dext2.h117 struct dax_device *s_daxdev;
/openbmc/linux/fs/ext4/
H A Dfile.c785 struct dax_device *dax_dev = EXT4_SB(inode->i_sb)->s_daxdev; in ext4_file_mmap()

12