Lines Matching refs:nd_namespace_common
13 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns) in __nd_detach_ndns()
15 struct nd_namespace_common *ndns = *_ndns; in __nd_detach_ndns()
30 struct nd_namespace_common **_ndns) in nd_detach_ndns()
32 struct nd_namespace_common *ndns = *_ndns; in nd_detach_ndns()
43 bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, in __nd_attach_ndns()
44 struct nd_namespace_common **_ndns) in __nd_attach_ndns()
58 bool nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, in nd_attach_ndns()
59 struct nd_namespace_common **_ndns) in nd_attach_ndns()
76 static bool is_idle(struct device *dev, struct nd_namespace_common *ndns) in is_idle()
113 struct nd_namespace_common **_ndns) in nd_detach_and_reset()
135 struct nd_namespace_common **_ndns, const char *buf, in nd_namespace_store()
138 struct nd_namespace_common *ndns; in nd_namespace_store()
251 static int nsio_rw_bytes(struct nd_namespace_common *ndns, in nsio_rw_bytes()
306 struct nd_namespace_common *ndns = &nsio->common; in devm_nsio_enable()