Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dcow_repair.c244 struct xfs_rmap_irec rm_high = { 0 }; in xrep_cow_find_bad() local
291 memset(&rm_high, 0xFF, sizeof(rm_high)); in xrep_cow_find_bad()
292 rm_high.rm_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad()
293 error = xfs_rmap_query_range(sc->sa.rmap_cur, &rm_low, &rm_high, in xrep_cow_find_bad()
328 struct xfs_rmap_irec rm_high = { 0 }; in xrep_cow_find_bad_rt() local
375 memset(&rm_high, 0xFF, sizeof(rm_high)); in xrep_cow_find_bad_rt()
376 rm_high.rm_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad_rt()
377 error = xfs_rmap_query_range(sc->sr.rmap_cur, &rm_low, &rm_high, in xrep_cow_find_bad_rt()