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

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.c375 xfs_refc_next( function
412 if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno)
701 if (xfs_refc_next(&tmp) != agbno)
818 if (xfs_refc_next(&tmp) == agbno + aglen)
829 cright->rc_startblock = max(agbno, xfs_refc_next(&tmp));

Completed in 128 milliseconds