Searched refs:rc_low (Results 1 – 1 of 1) sorted by relevance
259 struct xfs_refcount_irec rc_low = { 0 }; in xrep_cow_find_bad() local280 rc_low.rc_startblock = xc->irec_startbno; 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()289 rc_low.rc_startblock = xc->irec_startbno; 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()341 struct xfs_refcount_irec rc_low = { 0 }; in xrep_cow_find_bad_rt() local362 rc_low.rc_startblock = xc->irec_startbno; 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 …]