Lines Matching refs:found_key
965 struct btrfs_key found_key; in convert_extent_item_v0() local
987 btrfs_item_key_to_cpu(leaf, &found_key, in convert_extent_item_v0()
989 BUG_ON(key.objectid != found_key.objectid); in convert_extent_item_v0()
990 if (found_key.type != BTRFS_EXTENT_REF_V0_KEY) { in convert_extent_item_v0()
7456 struct btrfs_key found_key; in find_first_block_group() local
7475 btrfs_item_key_to_cpu(leaf, &found_key, slot); in find_first_block_group()
7477 if (found_key.objectid >= key->objectid && in find_first_block_group()
7478 found_key.type == BTRFS_BLOCK_GROUP_ITEM_KEY) { in find_first_block_group()
7611 struct btrfs_key found_key; in btrfs_read_block_groups() local
7639 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); in btrfs_read_block_groups()
7665 memcpy(&cache->key, &found_key, sizeof(found_key)); in btrfs_read_block_groups()
7667 key.objectid = found_key.objectid + found_key.offset; in btrfs_read_block_groups()
7688 if (found_key.offset == btrfs_block_group_used(&cache->item)) { in btrfs_read_block_groups()
7696 found_key.objectid, in btrfs_read_block_groups()
7697 found_key.objectid + in btrfs_read_block_groups()
7698 found_key.offset); in btrfs_read_block_groups()
7702 ret = update_space_info(info, cache->flags, found_key.offset, in btrfs_read_block_groups()