Searched refs:rcext (Results 1 – 1 of 1) sorted by relevance
350 struct xfs_refcount_irec rcext, tmp; in xfs_refcount_split_extent() local361 error = xfs_refcount_get_rec(cur, &rcext, &found_rec); in xfs_refcount_split_extent()368 if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno) in xfs_refcount_split_extent()373 &rcext, agbno); in xfs_refcount_split_extent()376 tmp = rcext; in xfs_refcount_split_extent()378 tmp.rc_blockcount -= (agbno - rcext.rc_startblock); in xfs_refcount_split_extent()384 tmp = rcext; in xfs_refcount_split_extent()385 tmp.rc_blockcount = agbno - rcext.rc_startblock; in xfs_refcount_split_extent()
Completed in 6 milliseconds