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

/linux-master/fs/xfs/
H A Dxfs_notify_failure.c193 struct xfs_rmap_irec ri_low = { }; local
209 * Set the rmap range from ri_low to ri_high, which represents
213 ri_low.rm_startblock = XFS_FSB_TO_AGBNO(mp, fsbno);
220 notify.startblock = ri_low.rm_startblock;
221 notify.blockcount = range_agend + 1 - ri_low.rm_startblock;
223 error = xfs_rmap_query_range(cur, &ri_low, &ri_high,

Completed in 99 milliseconds