Lines Matching refs:found_key
561 struct btrfs_key *found_key) in sample_block_group_extent_item() argument
593 btrfs_for_each_slot(extent_root, &search_key, found_key, path, ret) { in sample_block_group_extent_item()
595 if (found_key->type == BTRFS_EXTENT_ITEM_KEY && in sample_block_group_extent_item()
596 found_key->objectid >= block_group->start && in sample_block_group_extent_item()
597 found_key->objectid + found_key->offset <= search_end) in sample_block_group_extent_item()
601 if (found_key->objectid >= search_end) { in sample_block_group_extent_item()
1928 struct btrfs_key found_key; in find_first_block_group() local
1930 btrfs_for_each_slot(root, key, &found_key, path, ret) { in find_first_block_group()
1931 if (found_key.objectid >= key->objectid && in find_first_block_group()
1932 found_key.type == BTRFS_BLOCK_GROUP_ITEM_KEY) { in find_first_block_group()
1933 return read_bg_from_eb(fs_info, &found_key, path); in find_first_block_group()