Lines Matching refs:found_key

1015 	struct btrfs_key found_key;  in add_inline_refs()  local
1038 btrfs_item_key_to_cpu(leaf, &found_key, slot); in add_inline_refs()
1043 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1051 } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) { in add_inline_refs()
1052 *info_level = found_key.offset; in add_inline_refs()
2050 struct btrfs_key found_key; in btrfs_find_one_extref() local
2085 btrfs_item_key_to_cpu(leaf, &found_key, slot); in btrfs_find_one_extref()
2094 if (found_key.objectid != inode_objectid) in btrfs_find_one_extref()
2096 if (found_key.type != BTRFS_INODE_EXTREF_KEY) in btrfs_find_one_extref()
2104 *found_off = found_key.offset; in btrfs_find_one_extref()
2135 struct btrfs_key found_key; in btrfs_ref_to_path() local
2152 BTRFS_INODE_REF_KEY, &found_key); in btrfs_ref_to_path()
2158 next_inum = found_key.offset; in btrfs_ref_to_path()
2197 struct btrfs_path *path, struct btrfs_key *found_key, in extent_from_logical() argument
2232 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]); in extent_from_logical()
2233 if (found_key->type == BTRFS_METADATA_ITEM_KEY) in extent_from_logical()
2235 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY) in extent_from_logical()
2236 size = found_key->offset; in extent_from_logical()
2238 if (found_key->objectid > logical || in extent_from_logical()
2239 found_key->objectid + size <= logical) { in extent_from_logical()
2252 logical, logical - found_key->objectid, found_key->objectid, in extent_from_logical()
2253 found_key->offset, flags, btrfs_item_size(eb, path->slots[0])); in extent_from_logical()
2554 struct btrfs_key found_key; in iterate_inodes_from_logical() local
2561 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags); in iterate_inodes_from_logical()
2568 walk_ctx.bytenr = found_key.objectid; in iterate_inodes_from_logical()
2572 walk_ctx.extent_item_pos = logical - found_key.objectid; in iterate_inodes_from_logical()
2594 struct btrfs_key found_key; in iterate_inode_refs() local
2599 &found_key); in iterate_inode_refs()
2609 parent = found_key.offset; in iterate_inode_refs()
2625 cur, found_key.objectid, in iterate_inode_refs()