Home
last modified time | relevance | path

Searched refs:dax_alive (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/dax/
A Dsuper.c101 if (!dax_alive(dax_dev) in dax_get_by_host()
215 if (dax_alive(dax_dev) && dax_dev->ops->dax_supported) in dax_supported()
253 if (!dax_alive(dax_dev)) in dax_direct_access()
270 if (!dax_alive(dax_dev)) in dax_copy_from_iter()
280 if (!dax_alive(dax_dev)) in dax_copy_to_iter()
290 if (!dax_alive(dax_dev)) in dax_zero_page_range()
347 bool dax_alive(struct dax_device *dax_dev) in dax_alive() function
352 EXPORT_SYMBOL_GPL(dax_alive);
A Ddevice.c23 if (!dax_alive(dev_dax->dax_dev)) in check_vma()
/linux/include/linux/
A Ddax.h190 bool dax_alive(struct dax_device *dax_dev);

Completed in 11 milliseconds