Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_refcount.c335 xfs_refc_next( in xfs_refc_next() function
368 if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno) in xfs_refcount_split_extent()
638 if (xfs_refc_next(&tmp) != agbno) in xfs_refcount_find_left_extents()
749 if (xfs_refc_next(&tmp) == agbno + aglen) in xfs_refcount_find_right_extents()
760 cright->rc_startblock = max(agbno, xfs_refc_next(&tmp)); in xfs_refcount_find_right_extents()

Completed in 6 milliseconds