Lines Matching refs:found_key
881 struct btrfs_key found_key; in add_inline_refs() local
900 btrfs_item_key_to_cpu(leaf, &found_key, slot); in add_inline_refs()
905 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
913 } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) { in add_inline_refs()
914 *info_level = found_key.offset; in add_inline_refs()
1530 struct btrfs_key found_key; local
1565 btrfs_item_key_to_cpu(leaf, &found_key, slot);
1574 if (found_key.objectid != inode_objectid)
1576 if (found_key.type != BTRFS_INODE_EXTREF_KEY)
1584 *found_off = found_key.offset;
1615 struct btrfs_key found_key; local
1634 BTRFS_INODE_REF_KEY, &found_key);
1640 next_inum = found_key.offset;
1682 struct btrfs_path *path, struct btrfs_key *found_key, argument
1710 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]);
1711 if (found_key->type == BTRFS_METADATA_ITEM_KEY)
1713 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1714 size = found_key->offset;
1716 if (found_key->objectid > logical ||
1717 found_key->objectid + size <= logical) {
1732 logical, logical - found_key->objectid, found_key->objectid,
1733 found_key->offset, flags, item_size);
1964 struct btrfs_key found_key; local
1967 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags);
1974 extent_item_pos = logical - found_key.objectid;
1975 ret = iterate_extent_inodes(fs_info, found_key.objectid,
1999 struct btrfs_key found_key; local
2004 &found_key);
2014 parent = found_key.offset;
2034 cur, found_key.objectid, fs_root->objectid);