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()
33 *_ndns = NULL; in __nd_detach_ndns()
38 struct nd_namespace_common **_ndns) in nd_detach_ndns() argument
40 struct nd_namespace_common *ndns = *_ndns; in nd_detach_ndns()
46 __nd_detach_ndns(dev, _ndns); in nd_detach_ndns()
52 struct nd_namespace_common **_ndns) in __nd_attach_ndns() argument
59 dev_WARN_ONCE(dev, *_ndns, "%s: invalid claim\n", __func__); in __nd_attach_ndns()
61 *_ndns = attach; in __nd_attach_ndns()
67 struct nd_namespace_common **_ndns) in nd_attach_ndns() argument
[all …]
Dnd-core.h119 void nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);
120 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);
122 struct nd_namespace_common **_ndns);
124 struct nd_namespace_common **_ndns);
126 struct nd_namespace_common **_ndns, const char *buf,