Lines Matching refs:rc_startblock
124 if (dst->rc_startblock < xc->irec_startbno) { in xrep_cow_trim_refcount()
125 adj = xc->irec_startbno - dst->rc_startblock; in xrep_cow_trim_refcount()
127 dst->rc_startblock += adj; in xrep_cow_trim_refcount()
130 if (dst->rc_startblock + dst->rc_blockcount > in xrep_cow_trim_refcount()
132 adj = (dst->rc_startblock + dst->rc_blockcount) - in xrep_cow_trim_refcount()
155 xfs_gbno_to_fsb(cur->bc_group, rrec.rc_startblock), in xrep_cow_mark_shared_staging()
183 if (xc->next_bno >= rrec.rc_startblock) in xrep_cow_mark_missing_staging()
188 rrec.rc_startblock - xc->next_bno); in xrep_cow_mark_missing_staging()
193 xc->next_bno = rrec.rc_startblock + rrec.rc_blockcount; in xrep_cow_mark_missing_staging()
262 rc_low.rc_startblock = xc->irec_startbno; in xrep_cow_find_bad()
263 rc_high.rc_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad()
271 rc_low.rc_startblock = xc->irec_startbno; in xrep_cow_find_bad()
272 rc_high.rc_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad()
346 rc_low.rc_startblock = xc->irec_startbno; in xrep_cow_find_bad_rt()
347 rc_high.rc_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad_rt()
355 rc_low.rc_startblock = xc->irec_startbno; in xrep_cow_find_bad_rt()
356 rc_high.rc_startblock = xc->irec_startbno + xc->irec.br_blockcount - 1; in xrep_cow_find_bad_rt()