Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_notify_failure.c126 struct xfs_rmap_irec ri_low = { }; in xfs_dax_notify_ddev_failure() local
146 ri_low.rm_startblock = XFS_FSB_TO_AGBNO(mp, fsbno); in xfs_dax_notify_ddev_failure()
153 notify.startblock = ri_low.rm_startblock; in xfs_dax_notify_ddev_failure()
154 notify.blockcount = range_agend + 1 - ri_low.rm_startblock; in xfs_dax_notify_ddev_failure()
156 error = xfs_rmap_query_range(cur, &ri_low, &ri_high, in xfs_dax_notify_ddev_failure()