Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_refcount.c332 xfs_refc_next( in xfs_refc_next() function
365 if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno) in xfs_refcount_split_extent()
635 if (xfs_refc_next(&tmp) != agbno) in xfs_refcount_find_left_extents()
746 if (xfs_refc_next(&tmp) == agbno + aglen) in xfs_refcount_find_right_extents()
757 cright->rc_startblock = max(agbno, xfs_refc_next(&tmp)); in xfs_refcount_find_right_extents()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_refcount.c372 xfs_refc_next( in xfs_refc_next() function
408 if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno) in xfs_refcount_split_extent()
685 if (xfs_refc_next(&tmp) != agbno) in xfs_refcount_find_left_extents()
799 if (xfs_refc_next(&tmp) == agbno + aglen) in xfs_refcount_find_right_extents()
810 cright->rc_startblock = max(agbno, xfs_refc_next(&tmp)); in xfs_refcount_find_right_extents()

Completed in 4 milliseconds