Home
last modified time | relevance | path

Searched defs:dev_dax (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/dax/
H A Ddax-private.h84 struct dev_dax { struct
97 struct dev_dax_range *ranges; argument
107 static inline struct dev_dax *to_dev_dax(struct device *dev) in to_dev_dax() argument
H A Dfsdev.c51 struct dev_dax *dev_dax = dax_get_private(dax_dev); in __fsdev_dax_direct_access() local
116 static void fsdev_kill(void *dev_dax) in fsdev_kill()
123 struct dev_dax *dev_dax = data; in fsdev_clear_ops() local
153 static u64 fsdev_pfn_to_offset(struct dev_dax *dev_dax, unsigned long pfn) in fsdev_pfn_to_offset()
171 struct dev_dax *dev_dax = pgmap->owner; in fsdev_pagemap_memory_failure() local
194 static void fsdev_clear_folio_state(struct dev_dax *dev_dax) in fsdev_clear_folio_state()
218 struct dev_dax *dev_dax = dax_get_private(dax_dev); in fsdev_open() local
244 static struct dev_pagemap *fsdev_acquire_pgmap(struct dev_dax *dev_dax) in fsdev_acquire_pgmap()
279 static int fsdev_dax_probe(struct dev_dax *dev_dax) in fsdev_dax_probe()
H A Dsuper.c180 struct dev_dax *dev_dax; in fs_dax_get() local
/linux/tools/testing/nvdimm/
H A Ddax-dev.c9 phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, in dax_pgoff_to_phys()