Searched refs:__nd_attach_ndns (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/nvdimm/ |
D | claim.c | 43 bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, in __nd_attach_ndns() function 64 claimed = __nd_attach_ndns(dev, attach, _ndns); in nd_attach_ndns() 215 if (!__nd_attach_ndns(dev, ndns, _ndns)) { in nd_namespace_store()
|
D | nd-core.h | 166 bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach,
|
D | btt_devs.c | 209 if (ndns && !__nd_attach_ndns(&nd_btt->dev, ndns, &nd_btt->ndns)) { in __nd_btt_create()
|
D | pfn_devs.c | 314 if (ndns && !__nd_attach_ndns(&nd_pfn->dev, ndns, &nd_pfn->ndns)) { in nd_pfn_devinit()
|