Lines Matching refs:found_key
484 struct btrfs_key found_key;
507 ret = extent_from_logical(fs_info, swarn.logical, path, &found_key,
512 swarn.extent_item_size = found_key.offset;
524 ret = tree_backref_for_extent(&ptr, eb, &found_key, ei,
547 ctx.bytenr = found_key.objectid;
548 ctx.extent_item_pos = swarn.logical - found_key.objectid;
2396 struct btrfs_key found_key;
2436 btrfs_item_key_to_cpu(l, &found_key, slot);
2438 if (found_key.objectid != scrub_dev->devid)
2441 if (found_key.type != BTRFS_DEV_EXTENT_KEY)
2444 if (found_key.offset >= end)
2447 if (found_key.offset < key.offset)
2453 if (found_key.offset + dev_extent_len <= start)
2616 dev_replace->cursor_right = found_key.offset + dev_extent_len;
2617 dev_replace->cursor_left = found_key.offset;
2621 ret = scrub_chunk(sctx, cache, scrub_dev, found_key.offset,
2625 cache, found_key.offset))
2670 key.offset = found_key.offset + dev_extent_len;