Lines Matching defs:dax_dev

63 int dax_add_host(struct dax_device *dax_dev, struct gendisk *disk)  in dax_add_host()
85 struct dax_device *dax_dev; in fs_dax_get_by_bdev() local
115 void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax()
150 long dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, long nr_pages, in dax_direct_access()
172 size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_from_iter()
188 size_t dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_to_iter()
204 int dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dax_zero_page_range()
224 size_t dax_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, in dax_recovery_write()
233 int dax_holder_notify_failure(struct dax_device *dax_dev, u64 off, in dax_holder_notify_failure()
258 void dax_flush(struct dax_device *dax_dev, void *addr, size_t size) in dax_flush()
266 void dax_flush(struct dax_device *dax_dev, void *addr, size_t size) in dax_flush()
272 void dax_write_cache(struct dax_device *dax_dev, bool wc) in dax_write_cache()
281 bool dax_write_cache_enabled(struct dax_device *dax_dev) in dax_write_cache_enabled()
287 bool dax_synchronous(struct dax_device *dax_dev) in dax_synchronous()
293 void set_dax_synchronous(struct dax_device *dax_dev) in set_dax_synchronous()
299 void set_dax_nocache(struct dax_device *dax_dev) in set_dax_nocache()
305 void set_dax_nomc(struct dax_device *dax_dev) in set_dax_nomc()
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() local
374 struct dax_device *dax_dev = to_dax_dev(inode); in dax_free_inode() local
382 struct dax_device *dax_dev = to_dax_dev(inode); in dax_destroy_inode() local
427 struct dax_device *dax_dev; in dax_dev_get() local
451 struct dax_device *dax_dev; in alloc_dax() local
485 void put_dax(struct dax_device *dax_dev) in put_dax()
500 void *dax_holder(struct dax_device *dax_dev) in dax_holder()
521 struct inode *dax_inode(struct dax_device *dax_dev) in dax_inode()
527 void *dax_get_private(struct dax_device *dax_dev) in dax_get_private()
537 struct dax_device *dax_dev = _dax_dev; in init_once() local