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

/linux-master/fs/xfs/
H A Dxfs_notify_failure.c194 struct xfs_rmap_irec ri_high; local
209 * Set the rmap range from ri_low to ri_high, which represents
212 memset(&ri_high, 0xFF, sizeof(ri_high));
215 ri_high.rm_startblock = XFS_FSB_TO_AGBNO(mp, end_fsbno);
219 ri_high.rm_startblock);
223 error = xfs_rmap_query_range(cur, &ri_low, &ri_high,

Completed in 85 milliseconds