Searched refs:_ndns (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | claim.c | 13 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() 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() 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() 29 nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns) nd_detach_ndns() argument 43 __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, struct nd_namespace_common **_ndns) __nd_attach_ndns() argument 58 nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, struct nd_namespace_common **_ndns) nd_attach_ndns() argument 112 nd_detach_and_reset(struct device *dev, struct nd_namespace_common **_ndns) nd_detach_and_reset() argument 134 nd_namespace_store(struct device *dev, struct nd_namespace_common **_ndns, const char *buf, size_t len) nd_namespace_store() argument [all...] |
H A D | nd-core.h | 158 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,
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | claim.c | 14 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns) in __nd_detach_ndns() argument 16 struct nd_namespace_common *ndns = *_ndns; in __nd_detach_ndns() 26 *_ndns = NULL; in __nd_detach_ndns() 31 struct nd_namespace_common **_ndns) in nd_detach_ndns() 33 struct nd_namespace_common *ndns = *_ndns; in nd_detach_ndns() 39 __nd_detach_ndns(dev, _ndns); in nd_detach_ndns() 45 struct nd_namespace_common **_ndns) in __nd_attach_ndns() 52 dev_WARN_ONCE(dev, *_ndns, "%s: invalid claim\n", __func__); in __nd_attach_ndns() 54 *_ndns = attach; in __nd_attach_ndns() 60 struct nd_namespace_common **_ndns) in nd_attach_ndns() 30 nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns) nd_detach_ndns() argument 44 __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, struct nd_namespace_common **_ndns) __nd_attach_ndns() argument 59 nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, struct nd_namespace_common **_ndns) nd_attach_ndns() argument 113 nd_detach_and_reset(struct device *dev, struct nd_namespace_common **_ndns) nd_detach_and_reset() argument 135 nd_namespace_store(struct device *dev, struct nd_namespace_common **_ndns, const char *buf, size_t len) nd_namespace_store() argument [all...] |
H A D | nd-core.h | 137 void nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns); 138 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns); 140 struct nd_namespace_common **_ndns); 142 struct nd_namespace_common **_ndns); 144 struct nd_namespace_common **_ndns, const char *buf,
|
Completed in 2 milliseconds