Searched refs:dax_device (Results 1 – 14 of 14) sorted by relevance
| /drivers/dax/ |
| A D | super.c | 28 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() 328 void kill_dax(struct dax_device *dax_dev) in kill_dax() 346 void run_dax(struct dax_device *dax_dev) in run_dax() 354 struct dax_device *dax_dev; in dax_alloc_inode() 426 struct dax_device *dax_dev; in dax_dev_get() 450 struct dax_device *dax_dev; in alloc_dax() 484 void put_dax(struct dax_device *dax_dev) in put_dax() 499 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); 83 struct dax_device *dax_dev; 101 void run_dax(struct dax_device *dax_dev);
|
| A D | bus.h | 10 struct dax_device;
|
| A D | device.c | 349 struct dax_device *dax_dev = inode_dax(inode); in dax_open() 396 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()
|
| /drivers/md/ |
| A D | dm-linear.c | 162 static struct dax_device *linear_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) in linear_dax_pgoff() 175 struct dax_device *dax_dev = linear_dax_pgoff(ti, &pgoff); in linear_dax_direct_access() 183 struct dax_device *dax_dev = linear_dax_pgoff(ti, &pgoff); in linear_dax_zero_page_range() 191 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 | 885 static struct dax_device *log_writes_dax_pgoff(struct dm_target *ti, in log_writes_dax_pgoff() 898 struct dax_device *dax_dev = log_writes_dax_pgoff(ti, &pgoff); in log_writes_dax_direct_access() 906 struct dax_device *dax_dev = log_writes_dax_pgoff(ti, &pgoff); in log_writes_dax_zero_page_range() 914 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 | 1212 static long dm_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_direct_access() 1240 static int dm_dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_zero_page_range() 1267 static size_t dm_dax_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, in dm_dax_recovery_write() 2263 struct dax_device *dax_dev; in alloc_dev()
|
| A D | dm-table.c | 1906 struct dax_device *dax_dev = dev->dax_dev; in device_dax_write_cache_enabled()
|
| /drivers/nvdimm/ |
| A D | pmem.h | 25 struct dax_device *dax_dev;
|
| A D | pmem.c | 293 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() 464 struct dax_device *dax_dev; in pmem_attach_disk()
|
| /drivers/s390/block/ |
| A D | dcssblk.c | 33 static long dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, 47 static int dcssblk_dax_zero_page_range(struct dax_device *dax_dev, in dcssblk_dax_zero_page_range() 81 struct dax_device *dax_dev; 538 struct dax_device *dax_dev; in dcssblk_setup_dax() 931 dcssblk_dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, in dcssblk_dax_direct_access()
|
Completed in 754 milliseconds