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

/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.h227 static inline bool xfs_iext_peek_next_extent(struct xfs_ifork *ifp, function
H A Dxfs_bmap.c1518 if (xfs_iext_peek_next_extent(ifp, &bma->icur, &RIGHT)) {
2081 if (xfs_iext_peek_next_extent(ifp, icur, &RIGHT)) {
6018 if (xfs_iext_peek_next_extent(ifp, &icur, &next)) {
/linux-master/fs/xfs/scrub/
H A Dbmap.c877 while (xfs_iext_peek_next_extent(ifp, &info->icur, &got)) {

Completed in 126 milliseconds