Lines Matching refs:found_key

723 	struct btrfs_key found_key;  in __add_inline_refs()  local
742 btrfs_item_key_to_cpu(leaf, &found_key, slot); in __add_inline_refs()
747 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in __add_inline_refs()
755 } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) { in __add_inline_refs()
756 *info_level = found_key.offset; in __add_inline_refs()
1321 struct btrfs_key found_key; local
1356 btrfs_item_key_to_cpu(leaf, &found_key, slot);
1365 if (found_key.objectid != inode_objectid)
1367 if (found_key.type != BTRFS_INODE_EXTREF_KEY)
1375 *found_off = found_key.offset;
1406 struct btrfs_key found_key; local
1425 BTRFS_INODE_REF_KEY, &found_key);
1431 next_inum = found_key.offset;
1473 struct btrfs_path *path, struct btrfs_key *found_key, argument
1501 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]);
1502 if (found_key->type == BTRFS_METADATA_ITEM_KEY)
1504 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1505 size = found_key->offset;
1507 if (found_key->objectid > logical ||
1508 found_key->objectid + size <= logical) {
1522 logical, logical - found_key->objectid, found_key->objectid,
1523 found_key->offset, flags, item_size);
1741 struct btrfs_key found_key; local
1744 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags);
1751 extent_item_pos = logical - found_key.objectid;
1752 ret = iterate_extent_inodes(fs_info, found_key.objectid,
1776 struct btrfs_key found_key; local
1781 &found_key);
1791 parent = found_key.offset;
1810 "tree %llu\n", cur, found_key.objectid,