Home
last modified time | relevance | path

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

/linux-6.15/drivers/dax/
H A Ddax-private.h81 struct dev_dax { struct
93 struct dev_dax_range *ranges; argument
103 static inline struct dev_dax *to_dev_dax(struct device *dev) in to_dev_dax() argument
H A Ddevice.c81 struct dev_dax *dev_dax = filp->private_data; in dax_set_mapping() local
102 static vm_fault_t __dev_dax_pte_fault(struct dev_dax *dev_dax, in __dev_dax_pte_fault()
238 struct dev_dax *dev_dax = filp->private_data; in dev_dax_huge_fault() local
267 struct dev_dax *dev_dax = filp->private_data; in dev_dax_may_split() local
277 struct dev_dax *dev_dax = filp->private_data; in dev_dax_pagesize() local
291 struct dev_dax *dev_dax = filp->private_data; in dax_mmap() local
317 struct dev_dax *dev_dax = filp ? filp->private_data : NULL; in dax_get_unmapped_area() local
352 struct dev_dax *dev_dax = dax_get_private(dax_dev); in dax_open() local
369 struct dev_dax *dev_dax = filp->private_data; in dax_release() local
390 static void dev_dax_kill(void *dev_dax) in dev_dax_kill()
[all …]
H A Dbus.c71 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_match_type() local
181 bool static_dev_dax(struct dev_dax *dev_dax) in static_dev_dax()
203 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_probe() local
235 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_remove() local
423 void kill_dev_dax(struct dev_dax *dev_dax) in kill_dev_dax()
467 struct dev_dax *dev_dax = to_dev_dax(dev); in unregister_dev_dax() local
539 struct dev_dax *dev_dax; in delete_store() local
933 struct dev_dax *dev_dax = to_dev_dax(dev); in size_show() local
1099 struct dev_dax *dev_dax = to_dev_dax(dev); in size_store() local
1425 struct dev_dax *dev_dax; in __devm_create_dev_dax() local
[all …]
H A Dkmem.c31 static int dax_kmem_range(struct dev_dax *dev_dax, int i, struct range *r) in dax_kmem_range()
68 static int dev_dax_kmem_probe(struct dev_dax *dev_dax) in dev_dax_kmem_probe()
202 static void dev_dax_kmem_remove(struct dev_dax *dev_dax) in dev_dax_kmem_remove()
253 static void dev_dax_kmem_remove(struct dev_dax *dev_dax) in dev_dax_kmem_remove()
/linux-6.15/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()