Lines Matching defs:found_key
593 struct btrfs_key *found_key)
625 btrfs_for_each_slot(extent_root, &search_key, found_key, path, ret) {
627 if (found_key->type == BTRFS_EXTENT_ITEM_KEY &&
628 found_key->objectid >= block_group->start &&
629 found_key->objectid + found_key->offset <= search_end)
633 if (found_key->objectid >= search_end) {
2100 struct btrfs_key found_key;
2102 btrfs_for_each_slot(root, key, &found_key, path, ret) {
2103 if (found_key.objectid >= key->objectid &&
2104 found_key.type == BTRFS_BLOCK_GROUP_ITEM_KEY) {
2105 return read_bg_from_eb(fs_info, &found_key, path);