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

/linux-master/fs/xfs/
H A Dxfs_dir2_readdir.c303 !xfs_iext_next_extent(ifp, &icur, &map))
327 if (!xfs_iext_next_extent(ifp, &icur, &map)) {
H A Dxfs_reflink.c278 } while (xfs_iext_next_extent(ip->i_cowfp, &icur, &got));
781 if (!xfs_iext_next_extent(ifp, &icur, &got) ||
1605 found = xfs_iext_next_extent(ifp, &icur, &got);
H A Dxfs_bmap_util.c411 if (!xfs_iext_next_extent(ifp, &icur, &got)) {
H A Dxfs_icache.c1795 } while (xfs_iext_next_extent(ifp, &icur, &got));
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.h210 static inline bool xfs_iext_next_extent(struct xfs_ifork *ifp, function
H A Dxfs_bmap.c4034 if (!xfs_iext_next_extent(ifp, &icur, &got))
4575 if (!xfs_iext_next_extent(ifp, &bma.icur, &bma.got))
5915 if (!xfs_iext_next_extent(ifp, &icur, &got)) {
/linux-master/fs/xfs/scrub/
H A Dbmap.c618 have_map = xfs_iext_next_extent(ifp, &sbcri->icur, &irec);
H A Ddir.c695 !xfs_iext_next_extent(ifp, &icur, &got)) {

Completed in 414 milliseconds