Lines Matching refs:found_key
885 struct btrfs_key found_key; in add_inline_refs() local
904 btrfs_item_key_to_cpu(leaf, &found_key, slot); in add_inline_refs()
909 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
917 } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) { in add_inline_refs()
918 *info_level = found_key.offset; in add_inline_refs()
1537 struct btrfs_key found_key; local
1572 btrfs_item_key_to_cpu(leaf, &found_key, slot);
1581 if (found_key.objectid != inode_objectid)
1583 if (found_key.type != BTRFS_INODE_EXTREF_KEY)
1591 *found_off = found_key.offset;
1622 struct btrfs_key found_key; local
1641 BTRFS_INODE_REF_KEY, &found_key);
1647 next_inum = found_key.offset;
1689 struct btrfs_path *path, struct btrfs_key *found_key, argument
1717 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]);
1718 if (found_key->type == BTRFS_METADATA_ITEM_KEY)
1720 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1721 size = found_key->offset;
1723 if (found_key->objectid > logical ||
1724 found_key->objectid + size <= logical) {
1739 logical, logical - found_key->objectid, found_key->objectid,
1740 found_key->offset, flags, item_size);
1977 struct btrfs_key found_key; local
1980 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags);
1987 extent_item_pos = logical - found_key.objectid;
1988 ret = iterate_extent_inodes(fs_info, found_key.objectid,
2012 struct btrfs_key found_key; local
2017 &found_key);
2027 parent = found_key.offset;
2044 cur, found_key.objectid,