Lines Matching refs:found_key

975 	struct btrfs_key found_key;  in add_inline_refs()  local
993 btrfs_item_key_to_cpu(leaf, &found_key, slot); in add_inline_refs()
998 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1006 } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) { in add_inline_refs()
1007 *info_level = found_key.offset; in add_inline_refs()
1810 struct btrfs_key found_key; in btrfs_find_one_extref() local
1845 btrfs_item_key_to_cpu(leaf, &found_key, slot); in btrfs_find_one_extref()
1854 if (found_key.objectid != inode_objectid) in btrfs_find_one_extref()
1856 if (found_key.type != BTRFS_INODE_EXTREF_KEY) in btrfs_find_one_extref()
1864 *found_off = found_key.offset; in btrfs_find_one_extref()
1895 struct btrfs_key found_key; in btrfs_ref_to_path() local
1912 BTRFS_INODE_REF_KEY, &found_key); in btrfs_ref_to_path()
1918 next_inum = found_key.offset; in btrfs_ref_to_path()
1957 struct btrfs_path *path, struct btrfs_key *found_key, in extent_from_logical() argument
1986 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]); in extent_from_logical()
1987 if (found_key->type == BTRFS_METADATA_ITEM_KEY) in extent_from_logical()
1989 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY) in extent_from_logical()
1990 size = found_key->offset; in extent_from_logical()
1992 if (found_key->objectid > logical || in extent_from_logical()
1993 found_key->objectid + size <= logical) { in extent_from_logical()
2008 logical, logical - found_key->objectid, found_key->objectid, in extent_from_logical()
2009 found_key->offset, flags, item_size); in extent_from_logical()
2265 struct btrfs_key found_key; in iterate_inodes_from_logical() local
2268 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags); in iterate_inodes_from_logical()
2275 extent_item_pos = logical - found_key.objectid; in iterate_inodes_from_logical()
2276 ret = iterate_extent_inodes(fs_info, found_key.objectid, in iterate_inodes_from_logical()
2299 struct btrfs_key found_key; in iterate_inode_refs() local
2304 &found_key); in iterate_inode_refs()
2314 parent = found_key.offset; in iterate_inode_refs()
2330 cur, found_key.objectid, in iterate_inode_refs()