Lines Matching refs:found_key
1025 struct btrfs_key found_key;
1050 btrfs_item_key_to_cpu(leaf, &found_key, slot);
1055 if (found_key.type == BTRFS_EXTENT_ITEM_KEY &&
1063 } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) {
1064 *info_level = found_key.offset;
2056 struct btrfs_key found_key;
2091 btrfs_item_key_to_cpu(leaf, &found_key, slot);
2100 if (found_key.objectid != inode_objectid)
2102 if (found_key.type != BTRFS_INODE_EXTREF_KEY)
2110 *found_off = found_key.offset;
2141 struct btrfs_key found_key;
2158 BTRFS_INODE_REF_KEY, &found_key);
2164 next_inum = found_key.offset;
2203 struct btrfs_path *path, struct btrfs_key *found_key,
2232 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]);
2233 if (found_key->type == BTRFS_METADATA_ITEM_KEY)
2235 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
2236 size = found_key->offset;
2238 if (found_key->objectid > logical ||
2239 found_key->objectid + size <= logical) {
2254 logical, logical - found_key->objectid, found_key->objectid,
2255 found_key->offset, flags, item_size);
2557 struct btrfs_key found_key;
2560 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags);
2567 walk_ctx.bytenr = found_key.objectid;
2571 walk_ctx.extent_item_pos = logical - found_key.objectid;
2594 struct btrfs_key found_key;
2599 &found_key);
2609 parent = found_key.offset;
2625 cur, found_key.objectid,