Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Ddax.h60 void *dax_holder(struct dax_device *dax_dev);
84 static inline void *dax_holder(struct dax_device *dax_dev) in dax_holder() function
/linux-6.12.1/drivers/dax/
Dsuper.c500 void *dax_holder(struct dax_device *dax_dev) in dax_holder() function
504 EXPORT_SYMBOL_GPL(dax_holder);
/linux-6.12.1/fs/xfs/
Dxfs_notify_failure.c265 struct xfs_mount *mp = dax_holder(dax_dev); in xfs_dax_notify_failure()