Searched refs:rm_high (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | cow_repair.c | 262 struct xfs_rmap_irec rm_high = { 0 }; in xrep_cow_find_bad() local 309 memset(&rm_high, 0xFF, sizeof(rm_high)); in xrep_cow_find_bad() 310 rm_high.rm_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad() 311 error = xfs_rmap_query_range(sc->sa.rmap_cur, &rm_low, &rm_high, in xrep_cow_find_bad() 344 struct xfs_rmap_irec rm_high = { 0 }; in xrep_cow_find_bad_rt() local 391 memset(&rm_high, 0xFF, sizeof(rm_high)); in xrep_cow_find_bad_rt() 392 rm_high.rm_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad_rt() 393 error = xfs_rmap_query_range(sc->sr.rmap_cur, &rm_low, &rm_high, in xrep_cow_find_bad_rt()
|