Lines Matching defs:found_key
1014 struct btrfs_key found_key;
1037 btrfs_item_key_to_cpu(leaf, &found_key, slot);
1042 if (found_key.type == BTRFS_EXTENT_ITEM_KEY &&
1050 } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) {
1051 *info_level = found_key.offset;
2049 struct btrfs_key found_key;
2084 btrfs_item_key_to_cpu(leaf, &found_key, slot);
2093 if (found_key.objectid != inode_objectid)
2095 if (found_key.type != BTRFS_INODE_EXTREF_KEY)
2103 *found_off = found_key.offset;
2134 struct btrfs_key found_key;
2151 BTRFS_INODE_REF_KEY, &found_key);
2157 next_inum = found_key.offset;
2196 struct btrfs_path *path, struct btrfs_key *found_key,
2231 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]);
2232 if (found_key->type == BTRFS_METADATA_ITEM_KEY)
2234 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
2235 size = found_key->offset;
2237 if (found_key->objectid > logical ||
2238 found_key->objectid + size <= logical) {
2251 logical, logical - found_key->objectid, found_key->objectid,
2252 found_key->offset, flags, btrfs_item_size(eb, path->slots[0]));
2553 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;
2593 struct btrfs_key found_key;
2598 &found_key);
2608 parent = found_key.offset;
2624 cur, found_key.objectid,