Searched refs:__nd_attach_ndns (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/nvdimm/ |
D | claim.c | 44 bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, in __nd_attach_ndns() function 65 claimed = __nd_attach_ndns(dev, attach, _ndns); in nd_attach_ndns() 216 if (!__nd_attach_ndns(dev, ndns, _ndns)) { in nd_namespace_store()
|
D | nd-core.h | 140 bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach,
|
D | btt_devs.c | 211 if (ndns && !__nd_attach_ndns(&nd_btt->dev, ndns, &nd_btt->ndns)) { in __nd_btt_create()
|
D | pfn_devs.c | 309 if (ndns && !__nd_attach_ndns(&nd_pfn->dev, ndns, &nd_pfn->ndns)) { in nd_pfn_devinit()
|