Home
last modified time | relevance | path

Searched refs:to_ndns (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/nvdimm/
Dnamespace_devs.c270 if (dev->driver || to_ndns(dev)->claim) in __alt_name_store()
379 dev_WARN_ONCE(dev, dev->driver || to_ndns(dev)->claim, in nd_namespace_label_update()
381 if (dev->driver || to_ndns(dev)->claim) in nd_namespace_label_update()
979 struct nd_namespace_common *ndns = to_ndns(dev); in __size_store()
1171 nvdimm_namespace_capacity(to_ndns(dev))); in size_show()
1282 if (to_ndns(dev)->claim) in uuid_store()
1371 if (to_ndns(dev)->claim) in sector_size_store()
1492 struct nd_namespace_common *ndns = to_ndns(dev); in holder_show()
1505 struct nd_namespace_common *ndns = to_ndns(dev); in __holder_class_store()
1550 struct nd_namespace_common *ndns = to_ndns(dev); in holder_class_show()
[all …]
Dclaim.c186 ndns = to_ndns(found); in nd_namespace_store()
Dpmem.c578 ndns = to_ndns(dev); in nd_pmem_notify()
Dbus.c871 ndns = to_ndns(dev); in nd_pmem_forget_poison_check()
/Linux-v4.19/include/linux/
Dnd.h65 static inline struct nd_namespace_common *to_ndns(struct device *dev) in to_ndns() function