Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dax/
Dbus.c153 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_probe()
178 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_remove()
395 struct dev_dax *dev_dax = to_dev_dax(dev); in unregister_dev_dax()
450 dev_dax = to_dev_dax(victim); in delete_store()
594 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in dax_mapping_release()
604 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in unregister_dax_mapping()
621 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in get_dax_range()
636 struct dev_dax *dev_dax = to_dev_dax(mapping->dev.parent); in put_dax_range()
847 struct dev_dax *dev_dax = to_dev_dax(dev); in size_show()
1010 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.15/drivers/dax/pmem/
Dcompat.c38 devres_release_group(dev, to_dev_dax(dev)); in dax_pmem_compat_release()