Home
last modified time | relevance | path

Searched refs:_ndns (Results 1 – 2 of 2) sorted by relevance

/drivers/nvdimm/
Dclaim.c21 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns) in __nd_detach_ndns() argument
23 struct nd_namespace_common *ndns = *_ndns; in __nd_detach_ndns()
29 *_ndns = NULL; in __nd_detach_ndns()
34 struct nd_namespace_common **_ndns) in nd_detach_ndns() argument
36 struct nd_namespace_common *ndns = *_ndns; in nd_detach_ndns()
42 __nd_detach_ndns(dev, _ndns); in nd_detach_ndns()
48 struct nd_namespace_common **_ndns) in __nd_attach_ndns() argument
53 || *_ndns, in __nd_attach_ndns()
56 *_ndns = attach; in __nd_attach_ndns()
62 struct nd_namespace_common **_ndns) in nd_attach_ndns() argument
[all …]
Dnd-core.h107 void nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);
108 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);
110 struct nd_namespace_common **_ndns);
112 struct nd_namespace_common **_ndns);
114 struct nd_namespace_common **_ndns, const char *buf,