Lines Matching defs:icur
250 struct xfs_iext_cursor icur;
256 if (!xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &got))
273 XFS_COW_FORK, &icur, &dummy_cur, &got,
277 } while (xfs_iext_next_extent(ip->i_cowfp, &icur, &got));
318 struct xfs_iext_cursor icur;
326 if (!xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, cmap))
586 struct xfs_iext_cursor icur;
591 if (!xfs_iext_lookup_extent_before(ip, ifp, &end_fsb, &icur, &got))
601 xfs_iext_prev(ifp, &icur);
609 &icur, &got, &del);
631 xfs_bmap_del_extent_cow(ip, &icur, &got, &del);
640 xfs_iext_prev(ifp, &icur);
643 if (!xfs_iext_get_extent(ifp, &icur, &got))
724 struct xfs_iext_cursor icur;
766 if (!xfs_iext_lookup_extent(ip, ifp, *offset_fsb, &icur, &got) ||
780 if (!xfs_iext_next_extent(ifp, &icur, &got) ||
839 xfs_bmap_del_extent_cow(ip, &icur, &got, &del);
1564 struct xfs_iext_cursor icur;
1574 found = xfs_iext_lookup_extent(ip, ifp, 0, &icur, &got);
1601 found = xfs_iext_next_extent(ifp, &icur, &got);