Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_refcount.c413 xfs_refc_next( in xfs_refc_next() function
450 if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno) in xfs_refcount_split_extent()
731 if (xfs_refc_next(&tmp) != agbno) in xfs_refcount_find_left_extents()
846 if (xfs_refc_next(&tmp) == agbno + aglen) in xfs_refcount_find_right_extents()
857 cright->rc_startblock = max(agbno, xfs_refc_next(&tmp)); in xfs_refcount_find_right_extents()