Lines Matching refs:nd_namespace_common
21 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns) in __nd_detach_ndns()
23 struct nd_namespace_common *ndns = *_ndns; in __nd_detach_ndns()
38 struct nd_namespace_common **_ndns) in nd_detach_ndns()
40 struct nd_namespace_common *ndns = *_ndns; in nd_detach_ndns()
51 bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, in __nd_attach_ndns()
52 struct nd_namespace_common **_ndns) in __nd_attach_ndns()
66 bool nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, in nd_attach_ndns()
67 struct nd_namespace_common **_ndns) in nd_attach_ndns()
84 static bool is_idle(struct device *dev, struct nd_namespace_common *ndns) in is_idle()
121 struct nd_namespace_common **_ndns) in nd_detach_and_reset()
143 struct nd_namespace_common **_ndns, const char *buf, in nd_namespace_store()
146 struct nd_namespace_common *ndns; in nd_namespace_store()
259 static int nsio_rw_bytes(struct nd_namespace_common *ndns, in nsio_rw_bytes()
312 struct nd_namespace_common *ndns = &nsio->common; in devm_nsio_enable()