Searched refs:to_ndns (Results 1 – 4 of 4) sorted by relevance
93 struct nd_namespace_common *ndns = to_ndns(dev); in pmem_should_map_pages()207 if (dev->driver || to_ndns(dev)->claim) in __alt_name_store()238 dev_WARN_ONCE(dev, dev->driver || to_ndns(dev)->claim, in nd_namespace_label_update()240 if (dev->driver || to_ndns(dev)->claim) in nd_namespace_label_update()751 struct nd_namespace_common *ndns = to_ndns(dev); in __size_store()918 nvdimm_namespace_capacity(to_ndns(dev))); in size_show()1040 if (to_ndns(dev)->claim) in uuid_store()1112 if (to_ndns(dev)->claim) { in sector_size_store()1236 struct nd_namespace_common *ndns = to_ndns(dev); in holder_show()1249 struct nd_namespace_common *ndns = to_ndns(dev); in __holder_class_store()[all …]
160 ndns = to_ndns(found); in nd_namespace_store()
976 ndns = to_ndns(dev); in nd_pmem_forget_poison_check()
106 static inline struct nd_namespace_common *to_ndns(struct device *dev) in to_ndns() function