Lines Matching refs:found_key
581 struct btrfs_key *found_key) in sample_block_group_extent_item() argument
613 btrfs_for_each_slot(extent_root, &search_key, found_key, path, ret) { in sample_block_group_extent_item()
615 if (found_key->type == BTRFS_EXTENT_ITEM_KEY && in sample_block_group_extent_item()
616 found_key->objectid >= block_group->start && in sample_block_group_extent_item()
617 found_key->objectid + found_key->offset <= search_end) in sample_block_group_extent_item()
621 if (found_key->objectid >= search_end) { in sample_block_group_extent_item()
2058 struct btrfs_key found_key; in find_first_block_group() local
2060 btrfs_for_each_slot(root, key, &found_key, path, ret) { in find_first_block_group()
2061 if (found_key.objectid >= key->objectid && in find_first_block_group()
2062 found_key.type == BTRFS_BLOCK_GROUP_ITEM_KEY) { in find_first_block_group()
2063 return read_bg_from_eb(fs_info, &found_key, path); in find_first_block_group()