Lines Matching defs:rcext
388 struct xfs_refcount_irec rcext, tmp;
399 error = xfs_refcount_get_rec(cur, &rcext, &found_rec);
406 if (rcext.rc_domain != domain)
408 if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno)
413 &rcext, agbno);
416 tmp = rcext;
418 tmp.rc_blockcount -= (agbno - rcext.rc_startblock);
424 tmp = rcext;
425 tmp.rc_blockcount = agbno - rcext.rc_startblock;