Lines Matching defs:found_key
583 struct btrfs_key *found_key)
615 btrfs_for_each_slot(extent_root, &search_key, found_key, path, ret) {
617 if (found_key->type == BTRFS_EXTENT_ITEM_KEY &&
618 found_key->objectid >= block_group->start &&
619 found_key->objectid + found_key->offset <= search_end)
623 if (found_key->objectid >= search_end) {
2029 struct btrfs_key found_key;
2031 btrfs_for_each_slot(root, key, &found_key, path, ret) {
2032 if (found_key.objectid >= key->objectid &&
2033 found_key.type == BTRFS_BLOCK_GROUP_ITEM_KEY) {
2034 return read_bg_from_eb(fs_info, &found_key, path);