Lines Matching refs:found_key

9532 	struct btrfs_key found_key;  in find_first_block_group()  local
9553 btrfs_item_key_to_cpu(leaf, &found_key, slot); in find_first_block_group()
9555 if (found_key.objectid >= key->objectid && in find_first_block_group()
9556 found_key.type == BTRFS_BLOCK_GROUP_ITEM_KEY) { in find_first_block_group()
9562 em = lookup_extent_mapping(em_tree, found_key.objectid, in find_first_block_group()
9563 found_key.offset); in find_first_block_group()
9568 found_key.objectid, found_key.offset); in find_first_block_group()
9570 } else if (em->start != found_key.objectid || in find_first_block_group()
9571 em->len != found_key.offset) { in find_first_block_group()
9574 found_key.objectid, found_key.offset, in find_first_block_group()
9588 found_key.objectid, in find_first_block_group()
9589 found_key.offset, flags, in find_first_block_group()
9909 struct btrfs_key found_key; in btrfs_read_block_groups() local
9942 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in btrfs_read_block_groups()
9944 cache = btrfs_create_block_group_cache(info, found_key.objectid, in btrfs_read_block_groups()
9945 found_key.offset); in btrfs_read_block_groups()
9980 key.objectid = found_key.objectid + found_key.offset; in btrfs_read_block_groups()
10006 if (found_key.offset == btrfs_block_group_used(&cache->item)) { in btrfs_read_block_groups()
10013 add_new_free_space(cache, found_key.objectid, in btrfs_read_block_groups()
10014 found_key.objectid + in btrfs_read_block_groups()
10015 found_key.offset); in btrfs_read_block_groups()
10027 update_space_info(info, cache->flags, found_key.offset, in btrfs_read_block_groups()