Lines Matching refs:found_key
968 struct btrfs_key found_key; in add_inline_refs() local
986 btrfs_item_key_to_cpu(leaf, &found_key, slot); in add_inline_refs()
991 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
999 } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) { in add_inline_refs()
1000 *info_level = found_key.offset; in add_inline_refs()
1631 struct btrfs_key found_key; local
1666 btrfs_item_key_to_cpu(leaf, &found_key, slot);
1675 if (found_key.objectid != inode_objectid)
1677 if (found_key.type != BTRFS_INODE_EXTREF_KEY)
1685 *found_off = found_key.offset;
1716 struct btrfs_key found_key; local
1735 BTRFS_INODE_REF_KEY, &found_key);
1741 next_inum = found_key.offset;
1783 struct btrfs_path *path, struct btrfs_key *found_key, argument
1811 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]);
1812 if (found_key->type == BTRFS_METADATA_ITEM_KEY)
1814 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1815 size = found_key->offset;
1817 if (found_key->objectid > logical ||
1818 found_key->objectid + size <= logical) {
1833 logical, logical - found_key->objectid, found_key->objectid,
1834 found_key->offset, flags, item_size);
2090 struct btrfs_key found_key; local
2093 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags);
2100 extent_item_pos = logical - found_key.objectid;
2101 ret = iterate_extent_inodes(fs_info, found_key.objectid,
2125 struct btrfs_key found_key; local
2130 &found_key);
2140 parent = found_key.offset;
2157 cur, found_key.objectid,