Searched refs:_ndns (Results 1 – 2 of 2) sorted by relevance
20 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns) in __nd_detach_ndns() argument22 struct nd_namespace_common *ndns = *_ndns; in __nd_detach_ndns()28 *_ndns = NULL; in __nd_detach_ndns()33 struct nd_namespace_common **_ndns) in nd_detach_ndns() argument35 struct nd_namespace_common *ndns = *_ndns; in nd_detach_ndns()41 __nd_detach_ndns(dev, _ndns); in nd_detach_ndns()47 struct nd_namespace_common **_ndns) in __nd_attach_ndns() argument52 || *_ndns, in __nd_attach_ndns()55 *_ndns = attach; in __nd_attach_ndns()61 struct nd_namespace_common **_ndns) in nd_attach_ndns() argument[all …]
83 void nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);84 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);86 struct nd_namespace_common **_ndns);88 struct nd_namespace_common **_ndns);90 struct nd_namespace_common **_ndns, const char *buf,