Lines Matching refs:extent_path
189 struct btrfs_path extent_path;
358 sctx->extent_path.search_commit_root = 1;
359 sctx->extent_path.skip_locking = 1;
1522 struct btrfs_path *extent_path,
1548 ret = find_first_extent_item(extent_root, extent_path, logical_start,
1553 get_extent_info(extent_path, &extent_start, &extent_len, &extent_flags,
1582 ret = find_first_extent_item(extent_root, extent_path, cur_logical,
1590 get_extent_info(extent_path, &extent_start, &extent_len,
1821 ret = scrub_find_fill_first_stripe(bg, &sctx->extent_path,
1853 struct btrfs_path extent_path = { 0 };
1870 extent_path.search_commit_root = 1;
1871 extent_path.skip_locking = 1;
1889 ret = scrub_find_fill_first_stripe(bg, &extent_path, &csum_path,
1999 btrfs_release_path(&extent_path);
2170 ASSERT(sctx->extent_path.nodes[0] == NULL);
2290 btrfs_release_path(&sctx->extent_path);