Home
last modified time | relevance | path

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

/linux/drivers/dax/
H A Dbus.c71 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_match_type()
203 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_probe()
235 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_remove()
467 struct dev_dax *dev_dax = to_dev_dax(dev); in unregister_dev_dax()
553 dev_dax = to_dev_dax(victim); in delete_store()
685 struct dev_dax *dev_dax = to_dev_dax(parent); in dax_mapping_release()
696 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in unregister_dax_mapping()
709 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in get_dax_range()
933 struct dev_dax *dev_dax = to_dev_dax(dev); in size_show()
1099 struct dev_dax *dev_dax = to_dev_dax(dev); in size_store()
[all …]
H A Ddax-private.h103 static inline struct dev_dax *to_dev_dax(struct device *dev) in to_dev_dax() function