Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_notify_failure.c390 .notify_failure = xfs_dax_notify_failure,
/linux-6.15/include/linux/
H A Ddax.h48 int (*notify_failure)(struct dax_device *dax_dev, u64 offset, member
/linux-6.15/drivers/dax/
H A Dsuper.c249 rc = dax_dev->holder_ops->notify_failure(dax_dev, off, len, mf_flags); in dax_holder_notify_failure()