Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dcow_repair.c242 struct xfs_refcount_irec rc_high = { 0 }; in xrep_cow_find_bad() local
263 rc_high.rc_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad()
264 rc_low.rc_domain = rc_high.rc_domain = XFS_REFC_DOMAIN_SHARED; in xrep_cow_find_bad()
265 error = xfs_refcount_query_range(sc->sa.refc_cur, &rc_low, &rc_high, in xrep_cow_find_bad()
272 rc_high.rc_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad()
273 rc_low.rc_domain = rc_high.rc_domain = XFS_REFC_DOMAIN_COW; in xrep_cow_find_bad()
275 error = xfs_refcount_query_range(sc->sa.refc_cur, &rc_low, &rc_high, in xrep_cow_find_bad()
326 struct xfs_refcount_irec rc_high = { 0 }; in xrep_cow_find_bad_rt() local
347 rc_high.rc_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad_rt()
348 rc_low.rc_domain = rc_high.rc_domain = XFS_REFC_DOMAIN_SHARED; in xrep_cow_find_bad_rt()
[all …]