Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_notify_failure.c266 u64 ddev_start; in xfs_dax_notify_failure() local
300 ddev_start = mp->m_ddev_targp->bt_dax_part_off; in xfs_dax_notify_failure()
301 ddev_end = ddev_start + bdev_nr_bytes(mp->m_ddev_targp->bt_bdev) - 1; in xfs_dax_notify_failure()
305 offset = ddev_start; in xfs_dax_notify_failure()
310 if (offset + len - 1 < ddev_start) in xfs_dax_notify_failure()
316 if (offset > ddev_start) in xfs_dax_notify_failure()
317 offset -= ddev_start; in xfs_dax_notify_failure()
319 len -= ddev_start - offset; in xfs_dax_notify_failure()