Searched refs:ri_high (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_notify_failure.c | 300 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 D | xfs_verify_media.c | 117 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 D | xfs_zone_gc.c | 321 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()
|