Searched refs:rc_low (Results 1 – 1 of 1) sorted by relevance
241 struct xfs_refcount_irec rc_low = { 0 }; in xrep_cow_find_bad() local262 rc_low.rc_startblock = xc->irec_startbno; 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()271 rc_low.rc_startblock = xc->irec_startbno; 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()325 struct xfs_refcount_irec rc_low = { 0 }; in xrep_cow_find_bad_rt() local346 rc_low.rc_startblock = xc->irec_startbno; 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 …]