Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_refcount.c350 xfs_refc_next( in xfs_refc_next() function
386 if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno) in xfs_refcount_split_extent()
663 if (xfs_refc_next(&tmp) != agbno) in xfs_refcount_find_left_extents()
777 if (xfs_refc_next(&tmp) == agbno + aglen) in xfs_refcount_find_right_extents()
788 cright->rc_startblock = max(agbno, xfs_refc_next(&tmp)); in xfs_refcount_find_right_extents()

Completed in 5 milliseconds