Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_notify_failure.c184 u64 ddev_end; in xfs_dax_notify_failure() local
210 ddev_end = ddev_start + bdev_nr_bytes(mp->m_ddev_targp->bt_bdev) - 1; in xfs_dax_notify_failure()
215 if (offset > ddev_end) in xfs_dax_notify_failure()
225 if (offset + len > ddev_end) in xfs_dax_notify_failure()
226 len -= ddev_end - offset; in xfs_dax_notify_failure()