Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddax.h60 void *dax_holder(struct dax_device *dax_dev);
82 static inline void *dax_holder(struct dax_device *dax_dev) in dax_holder() function
/openbmc/linux/drivers/dax/
H A Dsuper.c485 void *dax_holder(struct dax_device *dax_dev) in dax_holder() function
489 EXPORT_SYMBOL_GPL(dax_holder);
/openbmc/linux/fs/xfs/
H A Dxfs_notify_failure.c183 struct xfs_mount *mp = dax_holder(dax_dev); in xfs_dax_notify_failure()