Searched refs:rc_high (Results 1 – 1 of 1) sorted by relevance
242 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() 323 struct xfs_refcount_irec rc_high = { 0 }; in xrep_cow_find_bad_rt() local 344 rc_high.rc_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad_rt() 345 rc_low.rc_domain = rc_high in xrep_cow_find_bad_rt() [all...]