Home
last modified time | relevance | path

Searched refs:to_nd_pfn (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/nvdimm/
Dpfn_devs.c27 struct nd_pfn *nd_pfn = to_nd_pfn(dev); in nd_pfn_release()
47 struct nd_pfn *to_nd_pfn(struct device *dev) in to_nd_pfn() function
54 EXPORT_SYMBOL(to_nd_pfn);
59 struct nd_pfn *nd_pfn = to_nd_pfn(dev); in mode_show()
74 struct nd_pfn *nd_pfn = to_nd_pfn(dev); in mode_store()
109 struct nd_pfn *nd_pfn = to_nd_pfn(dev); in uuid_show()
119 struct nd_pfn *nd_pfn = to_nd_pfn(dev); in uuid_store()
135 struct nd_pfn *nd_pfn = to_nd_pfn(dev); in namespace_show()
148 struct nd_pfn *nd_pfn = to_nd_pfn(dev); in namespace_store()
322 nd_pfn = to_nd_pfn(dev); in nd_pfn_probe()
Dpmem.c295 struct nd_pfn *nd_pfn = to_nd_pfn(ndns->claim); in nvdimm_namespace_detach_pfn()
312 struct nd_pfn *nd_pfn = to_nd_pfn(ndns->claim); in nvdimm_namespace_attach_pfn()
Dclaim.c107 struct nd_pfn *nd_pfn = to_nd_pfn(dev); in nd_detach_and_reset()
Dnd.h216 struct nd_pfn *to_nd_pfn(struct device *dev);
Dnamespace_devs.c97 struct nd_pfn *nd_pfn = to_nd_pfn(dev); in is_uuid_busy()
1344 struct nd_pfn *nd_pfn = is_nd_pfn(dev) ? to_nd_pfn(dev) : NULL; in nvdimm_namespace_common_probe()