Lines Matching refs:found_key
972 struct btrfs_key found_key;
990 btrfs_item_key_to_cpu(leaf, &found_key, slot);
995 if (found_key.type == BTRFS_EXTENT_ITEM_KEY &&
1003 } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) {
1004 *info_level = found_key.offset;
1635 struct btrfs_key found_key;
1670 btrfs_item_key_to_cpu(leaf, &found_key, slot);
1679 if (found_key.objectid != inode_objectid)
1681 if (found_key.type != BTRFS_INODE_EXTREF_KEY)
1689 *found_off = found_key.offset;
1720 struct btrfs_key found_key;
1739 BTRFS_INODE_REF_KEY, &found_key);
1745 next_inum = found_key.offset;
1787 struct btrfs_path *path, struct btrfs_key *found_key,
1815 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]);
1816 if (found_key->type == BTRFS_METADATA_ITEM_KEY)
1818 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1819 size = found_key->offset;
1821 if (found_key->objectid > logical ||
1822 found_key->objectid + size <= logical) {
1837 logical, logical - found_key->objectid, found_key->objectid,
1838 found_key->offset, flags, item_size);
2094 struct btrfs_key found_key;
2097 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags);
2104 extent_item_pos = logical - found_key.objectid;
2105 ret = iterate_extent_inodes(fs_info, found_key.objectid,
2129 struct btrfs_key found_key;
2134 &found_key);
2144 parent = found_key.offset;
2161 cur, found_key.objectid,