Searched refs:dax_alive (Results 1 – 3 of 3) sorted by relevance
101 if (!dax_dev || !dax_alive(dax_dev) || !igrab(&dax_dev->inode)) in fs_dax_get_by_bdev()158 if (!dax_alive(dax_dev)) in dax_direct_access()175 if (!dax_alive(dax_dev)) in dax_copy_from_iter()191 if (!dax_alive(dax_dev)) in dax_copy_to_iter()209 if (!dax_alive(dax_dev)) in dax_zero_page_range()239 if (!dax_alive(dax_dev)) { in dax_holder_notify_failure()311 bool dax_alive(struct dax_device *dax_dev) in dax_alive() function316 EXPORT_SYMBOL_GPL(dax_alive);
23 if (!dax_alive(dev_dax->dax_dev)) in check_vma()
229 bool dax_alive(struct dax_device *dax_dev);
Completed in 12 milliseconds