Lines Matching refs:found_key
687 struct btrfs_key found_key; in __add_inline_refs() local
706 btrfs_item_key_to_cpu(leaf, &found_key, slot); in __add_inline_refs()
711 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in __add_inline_refs()
719 } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) { in __add_inline_refs()
720 *info_level = found_key.offset; in __add_inline_refs()
1273 struct btrfs_key found_key; local
1308 btrfs_item_key_to_cpu(leaf, &found_key, slot);
1317 if (found_key.objectid != inode_objectid)
1319 if (found_key.type != BTRFS_INODE_EXTREF_KEY)
1327 *found_off = found_key.offset;
1358 struct btrfs_key found_key; local
1377 BTRFS_INODE_REF_KEY, &found_key);
1383 next_inum = found_key.offset;
1425 struct btrfs_path *path, struct btrfs_key *found_key, argument
1453 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]);
1454 if (found_key->type == BTRFS_METADATA_ITEM_KEY)
1456 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1457 size = found_key->offset;
1459 if (found_key->objectid > logical ||
1460 found_key->objectid + size <= logical) {
1474 logical, logical - found_key->objectid, found_key->objectid,
1475 found_key->offset, flags, item_size);
1693 struct btrfs_key found_key; local
1696 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags);
1703 extent_item_pos = logical - found_key.objectid;
1704 ret = iterate_extent_inodes(fs_info, found_key.objectid,
1728 struct btrfs_key found_key; local
1733 &found_key);
1743 parent = found_key.offset;
1762 "tree %llu\n", cur, found_key.objectid,