Home
last modified time | relevance | path

Searched refs:dax_pgoff_to_phys (Results 1 – 3 of 3) sorted by relevance

/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() function
/linux/drivers/dax/
H A Ddax-private.h117 phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, unsigned long size);
H A Dfsdev.c56 phys = dax_pgoff_to_phys(dev_dax, pgoff, size); in __fsdev_dax_direct_access()