Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dax/
Dbus.c155 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_probe()
180 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_remove()
387 struct dev_dax *dev_dax = to_dev_dax(dev); in unregister_dev_dax()
442 dev_dax = to_dev_dax(victim); in delete_store()
586 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in dax_mapping_release()
596 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in unregister_dax_mapping()
613 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in get_dax_range()
628 struct dev_dax *dev_dax = to_dev_dax(mapping->dev.parent); in put_dax_range()
852 struct dev_dax *dev_dax = to_dev_dax(dev); in size_show()
1020 struct dev_dax *dev_dax = to_dev_dax(dev); in size_store()
[all …]
Ddax-private.h79 static inline struct dev_dax *to_dev_dax(struct device *dev) in to_dev_dax() function
/Linux-v5.10/drivers/dax/pmem/
Dcompat.c38 devres_release_group(dev, to_dev_dax(dev)); in dax_pmem_compat_release()