Lines Matching defs:dax_alive
100 if (!dax_dev || !dax_alive(dax_dev) || !igrab(&dax_dev->inode))
157 if (!dax_alive(dax_dev))
174 if (!dax_alive(dax_dev))
190 if (!dax_alive(dax_dev))
208 if (!dax_alive(dax_dev))
238 if (!dax_alive(dax_dev)) {
310 bool dax_alive(struct dax_device *dax_dev)
315 EXPORT_SYMBOL_GPL(dax_alive);
320 * dax_alive(), have completed. Any operations that start after
321 * synchronize_srcu() has run will abort upon seeing !dax_alive().