Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvdimm/
Dclaim.c13 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns) in __nd_detach_ndns() argument
15 struct nd_namespace_common *ndns = *_ndns; in __nd_detach_ndns()
25 *_ndns = NULL; in __nd_detach_ndns()
30 struct nd_namespace_common **_ndns) in nd_detach_ndns() argument
32 struct nd_namespace_common *ndns = *_ndns; in nd_detach_ndns()
38 __nd_detach_ndns(dev, _ndns); in nd_detach_ndns()
44 struct nd_namespace_common **_ndns) in __nd_attach_ndns() argument
51 dev_WARN_ONCE(dev, *_ndns, "%s: invalid claim\n", __func__); in __nd_attach_ndns()
53 *_ndns = attach; in __nd_attach_ndns()
59 struct nd_namespace_common **_ndns) in nd_attach_ndns() argument
[all …]
Dnd-core.h158 void nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);
159 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns);
161 struct nd_namespace_common **_ndns);
163 struct nd_namespace_common **_ndns);
165 struct nd_namespace_common **_ndns, const char *buf,