Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_refcount.c325 xfs_refc_next( in xfs_refc_next() function
355 if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno) in xfs_refcount_split_extent()
594 if (xfs_refc_next(&tmp) != agbno) in xfs_refcount_find_left_extents()
698 if (xfs_refc_next(&tmp) == agbno + aglen) in xfs_refcount_find_right_extents()
709 cright->rc_startblock = max(agbno, xfs_refc_next(&tmp)); in xfs_refcount_find_right_extents()