Lines Matching refs:found_key
583 struct btrfs_key *found_key) in sample_block_group_extent_item() argument
615 btrfs_for_each_slot(extent_root, &search_key, found_key, path, ret) { in sample_block_group_extent_item()
617 if (found_key->type == BTRFS_EXTENT_ITEM_KEY && in sample_block_group_extent_item()
618 found_key->objectid >= block_group->start && in sample_block_group_extent_item()
619 found_key->objectid + found_key->offset <= search_end) in sample_block_group_extent_item()
623 if (found_key->objectid >= search_end) { in sample_block_group_extent_item()
1984 struct btrfs_key found_key; in find_first_block_group() local
1986 btrfs_for_each_slot(root, key, &found_key, path, ret) { in find_first_block_group()
1987 if (found_key.objectid >= key->objectid && in find_first_block_group()
1988 found_key.type == BTRFS_BLOCK_GROUP_ITEM_KEY) { in find_first_block_group()
1989 return read_bg_from_eb(fs_info, &found_key, path); in find_first_block_group()