Lines Matching refs:found_key

1024 	struct btrfs_key found_key;  in add_inline_refs()  local
1049 btrfs_item_key_to_cpu(leaf, &found_key, slot); in add_inline_refs()
1054 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1062 } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) { in add_inline_refs()
1063 *info_level = found_key.offset; in add_inline_refs()
2014 struct btrfs_key found_key; in btrfs_find_one_extref() local
2049 btrfs_item_key_to_cpu(leaf, &found_key, slot); in btrfs_find_one_extref()
2058 if (found_key.objectid != inode_objectid) in btrfs_find_one_extref()
2060 if (found_key.type != BTRFS_INODE_EXTREF_KEY) in btrfs_find_one_extref()
2068 *found_off = found_key.offset; in btrfs_find_one_extref()
2099 struct btrfs_key found_key; in btrfs_ref_to_path() local
2116 BTRFS_INODE_REF_KEY, &found_key); in btrfs_ref_to_path()
2122 next_inum = found_key.offset; in btrfs_ref_to_path()
2161 struct btrfs_path *path, struct btrfs_key *found_key, in extent_from_logical() argument
2190 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]); in extent_from_logical()
2191 if (found_key->type == BTRFS_METADATA_ITEM_KEY) in extent_from_logical()
2193 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY) in extent_from_logical()
2194 size = found_key->offset; in extent_from_logical()
2196 if (found_key->objectid > logical || in extent_from_logical()
2197 found_key->objectid + size <= logical) { in extent_from_logical()
2212 logical, logical - found_key->objectid, found_key->objectid, in extent_from_logical()
2213 found_key->offset, flags, item_size); in extent_from_logical()
2515 struct btrfs_key found_key; in iterate_inodes_from_logical() local
2518 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags); in iterate_inodes_from_logical()
2525 walk_ctx.bytenr = found_key.objectid; in iterate_inodes_from_logical()
2529 walk_ctx.extent_item_pos = logical - found_key.objectid; in iterate_inodes_from_logical()
2552 struct btrfs_key found_key; in iterate_inode_refs() local
2557 &found_key); in iterate_inode_refs()
2567 parent = found_key.offset; in iterate_inode_refs()
2583 cur, found_key.objectid, in iterate_inode_refs()