Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_notify_failure.c267 u64 ddev_end; in xfs_dax_notify_failure() local
301 ddev_end = ddev_start + bdev_nr_bytes(mp->m_ddev_targp->bt_bdev) - 1; in xfs_dax_notify_failure()
312 if (offset > ddev_end) in xfs_dax_notify_failure()
322 if (offset + len - 1 > ddev_end) in xfs_dax_notify_failure()
323 len = ddev_end - offset + 1; in xfs_dax_notify_failure()
H A Dxfs_discard.c413 xfs_daddr_t ddev_end; in xfs_trim_datadev_extents() local
416 ddev_end = min_t(xfs_daddr_t, end, in xfs_trim_datadev_extents()
421 end_agno = xfs_daddr_to_agno(mp, ddev_end); in xfs_trim_datadev_extents()
422 end_agbno = xfs_daddr_to_agbno(mp, ddev_end); in xfs_trim_datadev_extents()