Searched refs:ddev_end (Results 1 – 1 of 1) sorted by relevance
185 u64 ddev_end; in xfs_dax_notify_failure() local211 ddev_end = ddev_start + bdev_nr_bytes(mp->m_ddev_targp->bt_bdev) - 1; in xfs_dax_notify_failure()216 if (offset > ddev_end) in xfs_dax_notify_failure()226 if (offset + len - 1 > ddev_end) in xfs_dax_notify_failure()227 len = ddev_end - offset + 1; in xfs_dax_notify_failure()