Lines Matching refs:found_key

971 	struct btrfs_key found_key;  in add_inline_refs()  local
989 btrfs_item_key_to_cpu(leaf, &found_key, slot); in add_inline_refs()
994 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1002 } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) { in add_inline_refs()
1003 *info_level = found_key.offset; in add_inline_refs()
1806 struct btrfs_key found_key; in btrfs_find_one_extref() local
1841 btrfs_item_key_to_cpu(leaf, &found_key, slot); in btrfs_find_one_extref()
1850 if (found_key.objectid != inode_objectid) in btrfs_find_one_extref()
1852 if (found_key.type != BTRFS_INODE_EXTREF_KEY) in btrfs_find_one_extref()
1860 *found_off = found_key.offset; in btrfs_find_one_extref()
1891 struct btrfs_key found_key; in btrfs_ref_to_path() local
1908 BTRFS_INODE_REF_KEY, &found_key); in btrfs_ref_to_path()
1914 next_inum = found_key.offset; in btrfs_ref_to_path()
1953 struct btrfs_path *path, struct btrfs_key *found_key, in extent_from_logical() argument
1982 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]); in extent_from_logical()
1983 if (found_key->type == BTRFS_METADATA_ITEM_KEY) in extent_from_logical()
1985 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY) in extent_from_logical()
1986 size = found_key->offset; in extent_from_logical()
1988 if (found_key->objectid > logical || in extent_from_logical()
1989 found_key->objectid + size <= logical) { in extent_from_logical()
2004 logical, logical - found_key->objectid, found_key->objectid, in extent_from_logical()
2005 found_key->offset, flags, item_size); in extent_from_logical()
2261 struct btrfs_key found_key; in iterate_inodes_from_logical() local
2264 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags); in iterate_inodes_from_logical()
2271 extent_item_pos = logical - found_key.objectid; in iterate_inodes_from_logical()
2272 ret = iterate_extent_inodes(fs_info, found_key.objectid, in iterate_inodes_from_logical()
2295 struct btrfs_key found_key; in iterate_inode_refs() local
2300 &found_key); in iterate_inode_refs()
2310 parent = found_key.offset; in iterate_inode_refs()
2326 cur, found_key.objectid, in iterate_inode_refs()