Lines Matching defs:dax_dev

90 	struct dax_device *dax_dev, *found = NULL;  in dax_get_by_host()  local
123 bool generic_fsdax_supported(struct dax_device *dax_dev, in generic_fsdax_supported()
205 bool dax_supported(struct dax_device *dax_dev, struct block_device *bdev, in dax_supported()
245 long dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, long nr_pages, in dax_direct_access()
267 size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_from_iter()
277 size_t dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, in dax_copy_to_iter()
287 int dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, in dax_zero_page_range()
306 void dax_flush(struct dax_device *dax_dev, void *addr, size_t size) in dax_flush()
314 void dax_flush(struct dax_device *dax_dev, void *addr, size_t size) in dax_flush()
320 void dax_write_cache(struct dax_device *dax_dev, bool wc) in dax_write_cache()
329 bool dax_write_cache_enabled(struct dax_device *dax_dev) in dax_write_cache_enabled()
335 bool __dax_synchronous(struct dax_device *dax_dev) in __dax_synchronous()
341 void __set_dax_synchronous(struct dax_device *dax_dev) in __set_dax_synchronous()
347 bool dax_alive(struct dax_device *dax_dev) in dax_alive()
360 void kill_dax(struct dax_device *dax_dev) in kill_dax()
375 void run_dax(struct dax_device *dax_dev) in run_dax()
383 struct dax_device *dax_dev; in dax_alloc_inode() local
402 struct dax_device *dax_dev = to_dax_dev(inode); in dax_free_inode() local
412 struct dax_device *dax_dev = to_dax_dev(inode); in dax_destroy_inode() local
457 struct dax_device *dax_dev; in dax_dev_get() local
479 static void dax_add_host(struct dax_device *dax_dev, const char *host) in dax_add_host()
501 struct dax_device *dax_dev; in alloc_dax() local
542 void put_dax(struct dax_device *dax_dev) in put_dax()
565 struct inode *dax_inode(struct dax_device *dax_dev) in dax_inode()
571 void *dax_get_private(struct dax_device *dax_dev) in dax_get_private()
581 struct dax_device *dax_dev = _dax_dev; in init_once() local