Home
last modified time | relevance | path

Searched refs:nd_dax (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/nvdimm/
A Ddax_devs.c16 struct nd_dax *nd_dax = to_nd_dax(dev); in nd_dax_release() local
23 kfree(nd_dax); in nd_dax_release()
28 struct nd_dax *nd_dax = container_of(dev, struct nd_dax, nd_pfn.dev); in to_nd_dax() local
31 return nd_dax; in to_nd_dax()
50 struct nd_dax *nd_dax; in nd_dax_alloc() local
53 nd_dax = kzalloc(sizeof(*nd_dax), GFP_KERNEL); in nd_dax_alloc()
54 if (!nd_dax) in nd_dax_alloc()
69 return nd_dax; in nd_dax_alloc()
75 struct nd_dax *nd_dax; in nd_dax_create() local
81 if (nd_dax) in nd_dax_create()
[all …]
A Dclaim.c104 struct nd_dax *nd_dax = to_nd_dax(dev); in to_nd_pfn_safe() local
106 return &nd_dax->nd_pfn; in to_nd_pfn_safe()
A Dbus.c957 struct nd_dax *nd_dax = is_nd_dax(dev) ? to_nd_dax(dev) : NULL; in nd_pmem_forget_poison_check() local
962 if (nd_dax || !dev->driver) in nd_pmem_forget_poison_check()
968 if (nd_btt || nd_pfn || nd_dax) { in nd_pmem_forget_poison_check()
973 else if (nd_dax) in nd_pmem_forget_poison_check()
974 ndns = nd_dax->nd_pfn.ndns; in nd_pmem_forget_poison_check()
A Dnd.h478 struct nd_dax { struct
598 struct nd_dax *to_nd_dax(struct device *dev);
A Dregion_devs.c911 struct nd_dax *nd_dax = to_nd_dax(dev); in nd_region_advance_seeds() local
915 if (nd_region->ns_seed == &nd_dax->nd_pfn.ndns->dev) in nd_region_advance_seeds()
A Dnamespace_devs.c1441 struct nd_dax *nd_dax = is_nd_dax(dev) ? to_nd_dax(dev) : NULL; in nvdimm_namespace_common_probe() local
1445 if (nd_btt || nd_pfn || nd_dax) { in nvdimm_namespace_common_probe()
1450 else if (nd_dax) in nvdimm_namespace_common_probe()
1451 ndns = nd_dax->nd_pfn.ndns; in nvdimm_namespace_common_probe()
/linux/drivers/dax/
A Dpmem.c21 struct nd_dax *nd_dax = to_nd_dax(dev); in __dax_pmem_probe() local
22 struct nd_pfn *nd_pfn = &nd_dax->nd_pfn; in __dax_pmem_probe()

Completed in 19 milliseconds