rcext 338 fs/xfs/libxfs/xfs_refcount.c struct xfs_refcount_irec rcext, tmp; rcext 349 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_get_rec(cur, &rcext, &found_rec); rcext 353 fs/xfs/libxfs/xfs_refcount.c if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno) rcext 358 fs/xfs/libxfs/xfs_refcount.c &rcext, agbno); rcext 361 fs/xfs/libxfs/xfs_refcount.c tmp = rcext; rcext 363 fs/xfs/libxfs/xfs_refcount.c tmp.rc_blockcount -= (agbno - rcext.rc_startblock); rcext 369 fs/xfs/libxfs/xfs_refcount.c tmp = rcext; rcext 370 fs/xfs/libxfs/xfs_refcount.c tmp.rc_blockcount = agbno - rcext.rc_startblock;