Searched refs:rc_high (Results 1 – 1 of 1) sorted by relevance
260 struct xfs_refcount_irec rc_high = { 0 }; in xrep_cow_find_bad() local281 rc_high.rc_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad()282 rc_low.rc_domain = rc_high.rc_domain = XFS_REFC_DOMAIN_SHARED; in xrep_cow_find_bad()283 error = xfs_refcount_query_range(sc->sa.refc_cur, &rc_low, &rc_high, in xrep_cow_find_bad()290 rc_high.rc_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad()291 rc_low.rc_domain = rc_high.rc_domain = XFS_REFC_DOMAIN_COW; in xrep_cow_find_bad()293 error = xfs_refcount_query_range(sc->sa.refc_cur, &rc_low, &rc_high, in xrep_cow_find_bad()342 struct xfs_refcount_irec rc_high = { 0 }; in xrep_cow_find_bad_rt() local363 rc_high.rc_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad_rt()364 rc_low.rc_domain = rc_high.rc_domain = XFS_REFC_DOMAIN_SHARED; in xrep_cow_find_bad_rt()[all …]