Lines Matching defs:found_key
733 struct btrfs_key found_key;
758 ret = extent_from_logical(fs_info, swarn.logical, path, &found_key,
763 extent_item_pos = swarn.logical - found_key.objectid;
764 swarn.extent_item_size = found_key.offset;
772 ret = tree_backref_for_extent(&ptr, eb, &found_key, ei,
789 iterate_extent_inodes(fs_info, found_key.objectid,
3431 struct btrfs_key found_key;
3469 btrfs_item_key_to_cpu(l, &found_key, slot);
3471 if (found_key.objectid != scrub_dev->devid)
3474 if (found_key.type != BTRFS_DEV_EXTENT_KEY)
3477 if (found_key.offset >= end)
3480 if (found_key.offset < key.offset)
3486 if (found_key.offset + length <= start)
3607 dev_replace->cursor_right = found_key.offset + length;
3608 dev_replace->cursor_left = found_key.offset;
3613 found_key.offset, cache);
3689 key.offset = found_key.offset + length;