Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dax/
Dbus.c175 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_probe()
200 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_remove()
425 struct dev_dax *dev_dax = to_dev_dax(dev); in unregister_dev_dax()
480 dev_dax = to_dev_dax(victim); in delete_store()
624 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in dax_mapping_release()
634 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in unregister_dax_mapping()
651 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in get_dax_range()
666 struct dev_dax *dev_dax = to_dev_dax(mapping->dev.parent); in put_dax_range()
877 struct dev_dax *dev_dax = to_dev_dax(dev); in size_show()
1040 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