Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/nvdimm/
A Ddax_devs.c30 WARN_ON(!is_nd_dax(dev)); in to_nd_dax()
41 bool is_nd_dax(const struct device *dev) in is_nd_dax() function
45 EXPORT_SYMBOL(is_nd_dax);
A Dclaim.c86 else if (is_nd_dax(dev)) in is_idle()
103 if (is_nd_dax(dev)) { in to_nd_pfn_safe()
126 } else if (is_nd_pfn(dev) || is_nd_dax(dev)) { in nd_detach_and_reset()
198 if (!is_nd_dax(dev)) { in nd_namespace_store()
A Dnd.h602 bool is_nd_dax(const struct device *dev);
611 static inline bool is_nd_dax(const struct device *dev) in is_nd_dax() function
A Dbus.c37 else if (is_nd_dax(dev)) in to_nd_device_type()
954 struct nd_dax *nd_dax = is_nd_dax(dev) ? to_nd_dax(dev) : NULL; in nd_pmem_forget_poison_check()
A Dpfn_devs.c741 if (is_nd_dax(&nd_pfn->dev)) in nd_pfn_init()
A Dnamespace_devs.c1324 else if (claim && is_nd_dax(claim)) in mode_show()
1432 struct nd_dax *nd_dax = is_nd_dax(dev) ? to_nd_dax(dev) : NULL; in nvdimm_namespace_common_probe()
A Dregion_devs.c909 } else if (is_nd_dax(dev)) { in nd_region_advance_seeds()

Completed in 16 milliseconds