Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_notify_failure.c300 struct xfs_rmap_irec ri_high; in xfs_dax_notify_dev_failure() local
322 memset(&ri_high, 0xFF, sizeof(ri_high)); in xfs_dax_notify_dev_failure()
327 ri_high.rm_startblock = in xfs_dax_notify_dev_failure()
332 ri_high.rm_startblock + 1) - in xfs_dax_notify_dev_failure()
335 error = xfs_rmap_query_range(cur, &ri_low, &ri_high, in xfs_dax_notify_dev_failure()
H A Dxfs_verify_media.c117 struct xfs_rmap_irec ri_high; in xfs_verify_report_losses() local
140 memset(&ri_high, 0xFF, sizeof(ri_high)); in xfs_verify_report_losses()
145 ri_high.rm_startblock = in xfs_verify_report_losses()
150 ri_high.rm_startblock + 1) - in xfs_verify_report_losses()
153 error = xfs_rmap_query_range(cur, &ri_low, &ri_high, in xfs_verify_report_losses()
H A Dxfs_zone_gc.c321 struct xfs_rmap_irec ri_high; in xfs_zone_gc_query() local
332 memset(&ri_high, 0xFF, sizeof(ri_high)); in xfs_zone_gc_query()
340 error = xfs_rmap_query_range(cur, &ri_low, &ri_high, in xfs_zone_gc_query()