Home
last modified time | relevance | path

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

/drivers/nvdimm/
Dclaim.c20 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns) in __nd_detach_ndns() argument
22 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() argument
35 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() argument
52 || *_ndns, in __nd_attach_ndns()
55 *_ndns = attach; in __nd_attach_ndns()
61 struct nd_namespace_common **_ndns) in nd_attach_ndns() argument
[all …]
Dnd-core.h83 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,