Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_refcount.c388 struct xfs_refcount_irec rcext, tmp; in xfs_refcount_split_extent() local
399 error = xfs_refcount_get_rec(cur, &rcext, &found_rec); in xfs_refcount_split_extent()
406 if (rcext.rc_domain != domain) in xfs_refcount_split_extent()
408 if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno) in xfs_refcount_split_extent()
413 &rcext, agbno); in xfs_refcount_split_extent()
416 tmp = rcext; in xfs_refcount_split_extent()
418 tmp.rc_blockcount -= (agbno - rcext.rc_startblock); in xfs_refcount_split_extent()
424 tmp = rcext; in xfs_refcount_split_extent()
425 tmp.rc_blockcount = agbno - rcext.rc_startblock; in xfs_refcount_split_extent()