Searched refs:rcext (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.c391 struct xfs_refcount_irec rcext, tmp; local
402 error = xfs_refcount_get_rec(cur, &rcext, &found_rec);
410 if (rcext.rc_domain != domain)
412 if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno)
417 &rcext, agbno);
420 tmp = rcext;
422 tmp.rc_blockcount -= (agbno - rcext.rc_startblock);
428 tmp = rcext;
429 tmp.rc_blockcount = agbno - rcext
[all...]

Completed in 80 milliseconds