found_key 386 fs/afs/write.c goto found_key; found_key 398 fs/afs/write.c found_key: found_key 885 fs/btrfs/backref.c struct btrfs_key found_key; found_key 904 fs/btrfs/backref.c btrfs_item_key_to_cpu(leaf, &found_key, slot); found_key 909 fs/btrfs/backref.c if (found_key.type == BTRFS_EXTENT_ITEM_KEY && found_key 917 fs/btrfs/backref.c } else if (found_key.type == BTRFS_METADATA_ITEM_KEY) { found_key 918 fs/btrfs/backref.c *info_level = found_key.offset; found_key 1537 fs/btrfs/backref.c struct btrfs_key found_key; found_key 1572 fs/btrfs/backref.c btrfs_item_key_to_cpu(leaf, &found_key, slot); found_key 1581 fs/btrfs/backref.c if (found_key.objectid != inode_objectid) found_key 1583 fs/btrfs/backref.c if (found_key.type != BTRFS_INODE_EXTREF_KEY) found_key 1591 fs/btrfs/backref.c *found_off = found_key.offset; found_key 1622 fs/btrfs/backref.c struct btrfs_key found_key; found_key 1641 fs/btrfs/backref.c BTRFS_INODE_REF_KEY, &found_key); found_key 1647 fs/btrfs/backref.c next_inum = found_key.offset; found_key 1689 fs/btrfs/backref.c struct btrfs_path *path, struct btrfs_key *found_key, found_key 1717 fs/btrfs/backref.c btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]); found_key 1718 fs/btrfs/backref.c if (found_key->type == BTRFS_METADATA_ITEM_KEY) found_key 1720 fs/btrfs/backref.c else if (found_key->type == BTRFS_EXTENT_ITEM_KEY) found_key 1721 fs/btrfs/backref.c size = found_key->offset; found_key 1723 fs/btrfs/backref.c if (found_key->objectid > logical || found_key 1724 fs/btrfs/backref.c found_key->objectid + size <= logical) { found_key 1739 fs/btrfs/backref.c logical, logical - found_key->objectid, found_key->objectid, found_key 1740 fs/btrfs/backref.c found_key->offset, flags, item_size); found_key 1977 fs/btrfs/backref.c struct btrfs_key found_key; found_key 1980 fs/btrfs/backref.c ret = extent_from_logical(fs_info, logical, path, &found_key, &flags); found_key 1987 fs/btrfs/backref.c extent_item_pos = logical - found_key.objectid; found_key 1988 fs/btrfs/backref.c ret = iterate_extent_inodes(fs_info, found_key.objectid, found_key 2012 fs/btrfs/backref.c struct btrfs_key found_key; found_key 2017 fs/btrfs/backref.c &found_key); found_key 2027 fs/btrfs/backref.c parent = found_key.offset; found_key 2044 fs/btrfs/backref.c cur, found_key.objectid, found_key 23 fs/btrfs/backref.h struct btrfs_path *path, struct btrfs_key *found_key, found_key 1435 fs/btrfs/block-group.c struct btrfs_key found_key; found_key 1456 fs/btrfs/block-group.c btrfs_item_key_to_cpu(leaf, &found_key, slot); found_key 1458 fs/btrfs/block-group.c if (found_key.objectid >= key->objectid && found_key 1459 fs/btrfs/block-group.c found_key.type == BTRFS_BLOCK_GROUP_ITEM_KEY) { found_key 1465 fs/btrfs/block-group.c em = lookup_extent_mapping(em_tree, found_key.objectid, found_key 1466 fs/btrfs/block-group.c found_key.offset); found_key 1471 fs/btrfs/block-group.c found_key.objectid, found_key.offset); found_key 1473 fs/btrfs/block-group.c } else if (em->start != found_key.objectid || found_key 1474 fs/btrfs/block-group.c em->len != found_key.offset) { found_key 1477 fs/btrfs/block-group.c found_key.objectid, found_key.offset, found_key 1491 fs/btrfs/block-group.c found_key.objectid, found_key 1492 fs/btrfs/block-group.c found_key.offset, flags, found_key 1700 fs/btrfs/block-group.c struct btrfs_key found_key; found_key 1733 fs/btrfs/block-group.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 1735 fs/btrfs/block-group.c cache = btrfs_create_block_group_cache(info, found_key.objectid, found_key 1736 fs/btrfs/block-group.c found_key.offset); found_key 1772 fs/btrfs/block-group.c key.objectid = found_key.objectid + found_key.offset; found_key 1798 fs/btrfs/block-group.c if (found_key.offset == btrfs_block_group_used(&cache->item)) { found_key 1805 fs/btrfs/block-group.c add_new_free_space(cache, found_key.objectid, found_key 1806 fs/btrfs/block-group.c found_key.objectid + found_key 1807 fs/btrfs/block-group.c found_key.offset); found_key 1819 fs/btrfs/block-group.c btrfs_update_space_info(info, cache->flags, found_key.offset, found_key 2587 fs/btrfs/ctree.c struct btrfs_key *found_key) found_key 2594 fs/btrfs/ctree.c ASSERT(found_key); found_key 2612 fs/btrfs/ctree.c btrfs_item_key_to_cpu(eb, found_key, path->slots[0]); found_key 2613 fs/btrfs/ctree.c if (found_key->type != key.type || found_key 2614 fs/btrfs/ctree.c found_key->objectid != key.objectid) found_key 5095 fs/btrfs/ctree.c struct btrfs_disk_key found_key; found_key 5117 fs/btrfs/ctree.c btrfs_item_key(path->nodes[0], &found_key, 0); found_key 5118 fs/btrfs/ctree.c ret = comp_keys(&found_key, &key); found_key 5158 fs/btrfs/ctree.c struct btrfs_key found_key; found_key 5193 fs/btrfs/ctree.c btrfs_item_key_to_cpu(cur, &found_key, slot); found_key 5230 fs/btrfs/ctree.c btrfs_node_key_to_cpu(cur, &found_key, slot); found_key 5254 fs/btrfs/ctree.c memcpy(min_key, &found_key, sizeof(found_key)); found_key 5524 fs/btrfs/ctree.c struct btrfs_key found_key; found_key 5545 fs/btrfs/ctree.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 5546 fs/btrfs/ctree.c if (found_key.objectid < min_objectid) found_key 5548 fs/btrfs/ctree.c if (found_key.type == type) found_key 5550 fs/btrfs/ctree.c if (found_key.objectid == min_objectid && found_key 5551 fs/btrfs/ctree.c found_key.type < type) found_key 5566 fs/btrfs/ctree.c struct btrfs_key found_key; found_key 5587 fs/btrfs/ctree.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 5588 fs/btrfs/ctree.c if (found_key.objectid < min_objectid) found_key 5590 fs/btrfs/ctree.c if (found_key.type == BTRFS_EXTENT_ITEM_KEY || found_key 5591 fs/btrfs/ctree.c found_key.type == BTRFS_METADATA_ITEM_KEY) found_key 5593 fs/btrfs/ctree.c if (found_key.objectid == min_objectid && found_key 5594 fs/btrfs/ctree.c found_key.type < BTRFS_EXTENT_ITEM_KEY) found_key 2551 fs/btrfs/ctree.h u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key); found_key 396 fs/btrfs/disk-io.c struct btrfs_key found_key; found_key 431 fs/btrfs/disk-io.c btrfs_node_key_to_cpu(eb, &found_key, 0); found_key 433 fs/btrfs/disk-io.c btrfs_item_key_to_cpu(eb, &found_key, 0); found_key 434 fs/btrfs/disk-io.c ret = btrfs_comp_cpu_keys(first_key, &found_key); found_key 443 fs/btrfs/disk-io.c found_key.objectid, found_key.type, found_key 444 fs/btrfs/disk-io.c found_key.offset); found_key 164 fs/btrfs/export.c struct btrfs_key found_key; found_key 195 fs/btrfs/export.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 196 fs/btrfs/export.c if (found_key.objectid != key.objectid || found_key.type != key.type) { found_key 201 fs/btrfs/export.c if (found_key.type == BTRFS_ROOT_BACKREF_KEY) { found_key 206 fs/btrfs/export.c key.objectid = found_key.offset; found_key 210 fs/btrfs/export.c if (found_key.type == BTRFS_ROOT_BACKREF_KEY) { found_key 212 fs/btrfs/export.c found_key.offset, 0, 0); found_key 4648 fs/btrfs/extent_io.c struct btrfs_key found_key; found_key 4694 fs/btrfs/extent_io.c btrfs_item_key_to_cpu(path->nodes[0], &found_key, path->slots[0]); found_key 4695 fs/btrfs/extent_io.c found_type = found_key.type; found_key 4698 fs/btrfs/extent_io.c if (found_key.objectid != btrfs_ino(BTRFS_I(inode)) || found_key 4709 fs/btrfs/extent_io.c last = found_key.offset; found_key 89 fs/btrfs/file-item.c struct btrfs_key found_key; found_key 108 fs/btrfs/file-item.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 109 fs/btrfs/file-item.c if (found_key.type != BTRFS_EXTENT_CSUM_KEY) found_key 112 fs/btrfs/file-item.c csum_offset = (bytenr - found_key.offset) >> found_key 225 fs/btrfs/file-item.c struct btrfs_key found_key; found_key 249 fs/btrfs/file-item.c btrfs_item_key_to_cpu(path->nodes[0], &found_key, found_key 252 fs/btrfs/file-item.c item_start_offset = found_key.offset; found_key 744 fs/btrfs/file-item.c struct btrfs_key found_key; found_key 807 fs/btrfs/file-item.c btrfs_item_key_to_cpu(path->nodes[0], &found_key, slot); found_key 808 fs/btrfs/file-item.c if (found_key.objectid != BTRFS_EXTENT_CSUM_OBJECTID || found_key 809 fs/btrfs/file-item.c found_key.type != BTRFS_EXTENT_CSUM_KEY) { found_key 813 fs/btrfs/file-item.c next_offset = found_key.offset; found_key 835 fs/btrfs/file-item.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 836 fs/btrfs/file-item.c csum_offset = (bytenr - found_key.offset) >> found_key 839 fs/btrfs/file-item.c if (found_key.type != BTRFS_EXTENT_CSUM_KEY || found_key 840 fs/btrfs/file-item.c found_key.objectid != BTRFS_EXTENT_CSUM_OBJECTID || found_key 1020 fs/btrfs/free-space-cache.c struct btrfs_key found_key; found_key 1023 fs/btrfs/free-space-cache.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 1024 fs/btrfs/free-space-cache.c if (found_key.objectid != BTRFS_FREE_SPACE_OBJECTID || found_key 1025 fs/btrfs/free-space-cache.c found_key.offset != offset) { found_key 189 fs/btrfs/free-space-tree.c struct btrfs_key key, found_key; found_key 224 fs/btrfs/free-space-tree.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0] - 1); found_key 226 fs/btrfs/free-space-tree.c if (found_key.type == BTRFS_FREE_SPACE_INFO_KEY) { found_key 227 fs/btrfs/free-space-tree.c ASSERT(found_key.objectid == block_group->key.objectid); found_key 228 fs/btrfs/free-space-tree.c ASSERT(found_key.offset == block_group->key.offset); found_key 231 fs/btrfs/free-space-tree.c } else if (found_key.type == BTRFS_FREE_SPACE_EXTENT_KEY) { found_key 234 fs/btrfs/free-space-tree.c ASSERT(found_key.objectid >= start); found_key 235 fs/btrfs/free-space-tree.c ASSERT(found_key.objectid < end); found_key 236 fs/btrfs/free-space-tree.c ASSERT(found_key.objectid + found_key.offset <= end); found_key 238 fs/btrfs/free-space-tree.c first = div_u64(found_key.objectid - start, found_key 240 fs/btrfs/free-space-tree.c last = div_u64(found_key.objectid + found_key.offset - start, found_key 329 fs/btrfs/free-space-tree.c struct btrfs_key key, found_key; found_key 363 fs/btrfs/free-space-tree.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0] - 1); found_key 365 fs/btrfs/free-space-tree.c if (found_key.type == BTRFS_FREE_SPACE_INFO_KEY) { found_key 366 fs/btrfs/free-space-tree.c ASSERT(found_key.objectid == block_group->key.objectid); found_key 367 fs/btrfs/free-space-tree.c ASSERT(found_key.offset == block_group->key.offset); found_key 370 fs/btrfs/free-space-tree.c } else if (found_key.type == BTRFS_FREE_SPACE_BITMAP_KEY) { found_key 375 fs/btrfs/free-space-tree.c ASSERT(found_key.objectid >= start); found_key 376 fs/btrfs/free-space-tree.c ASSERT(found_key.objectid < end); found_key 377 fs/btrfs/free-space-tree.c ASSERT(found_key.objectid + found_key.offset <= end); found_key 379 fs/btrfs/free-space-tree.c bitmap_pos = div_u64(found_key.objectid - start, found_key 383 fs/btrfs/free-space-tree.c data_size = free_space_bitmap_size(found_key.offset, found_key 1319 fs/btrfs/free-space-tree.c struct btrfs_key key, found_key; found_key 1355 fs/btrfs/free-space-tree.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0] - 1); found_key 1357 fs/btrfs/free-space-tree.c if (found_key.type == BTRFS_FREE_SPACE_INFO_KEY) { found_key 1358 fs/btrfs/free-space-tree.c ASSERT(found_key.objectid == block_group->key.objectid); found_key 1359 fs/btrfs/free-space-tree.c ASSERT(found_key.offset == block_group->key.offset); found_key 1364 fs/btrfs/free-space-tree.c } else if (found_key.type == BTRFS_FREE_SPACE_EXTENT_KEY || found_key 1365 fs/btrfs/free-space-tree.c found_key.type == BTRFS_FREE_SPACE_BITMAP_KEY) { found_key 1366 fs/btrfs/free-space-tree.c ASSERT(found_key.objectid >= start); found_key 1367 fs/btrfs/free-space-tree.c ASSERT(found_key.objectid < end); found_key 1368 fs/btrfs/free-space-tree.c ASSERT(found_key.objectid + found_key.offset <= end); found_key 412 fs/btrfs/inode-item.c struct btrfs_key found_key; found_key 419 fs/btrfs/inode-item.c btrfs_item_key_to_cpu(leaf, &found_key, slot); found_key 420 fs/btrfs/inode-item.c if (found_key.objectid == location->objectid && found_key 421 fs/btrfs/inode-item.c found_key.type == location->type) { found_key 533 fs/btrfs/inode-map.c struct btrfs_key found_key; found_key 550 fs/btrfs/inode-map.c btrfs_item_key_to_cpu(l, &found_key, slot); found_key 551 fs/btrfs/inode-map.c *objectid = max_t(u64, found_key.objectid, found_key 1363 fs/btrfs/inode.c struct btrfs_key found_key; found_key 1387 fs/btrfs/inode.c btrfs_item_key_to_cpu(leaf, &found_key, found_key 1389 fs/btrfs/inode.c if (found_key.objectid == ino && found_key 1390 fs/btrfs/inode.c found_key.type == BTRFS_EXTENT_DATA_KEY) found_key 1409 fs/btrfs/inode.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 1412 fs/btrfs/inode.c if (found_key.objectid > ino) found_key 1418 fs/btrfs/inode.c if (WARN_ON_ONCE(found_key.objectid < ino) || found_key 1419 fs/btrfs/inode.c found_key.type < BTRFS_EXTENT_DATA_KEY) { found_key 1425 fs/btrfs/inode.c if (found_key.type > BTRFS_EXTENT_DATA_KEY || found_key 1426 fs/btrfs/inode.c found_key.offset > end) found_key 1433 fs/btrfs/inode.c if (found_key.offset > cur_offset) { found_key 1434 fs/btrfs/inode.c extent_end = found_key.offset; found_key 1452 fs/btrfs/inode.c extent_end = found_key.offset + found_key 1489 fs/btrfs/inode.c found_key.offset - found_key 1506 fs/btrfs/inode.c disk_bytenr += cur_offset - found_key.offset; found_key 1538 fs/btrfs/inode.c extent_end = found_key.offset + ram_bytes; found_key 1573 fs/btrfs/inode.c cow_start, found_key.offset - 1, found_key 1585 fs/btrfs/inode.c u64 orig_start = found_key.offset - extent_offset; found_key 2836 fs/btrfs/inode.c struct btrfs_key found_key; found_key 2844 fs/btrfs/inode.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 2850 fs/btrfs/inode.c if (extent_len + found_key.offset == start && found_key 3550 fs/btrfs/inode.c struct btrfs_key key, found_key; found_key 3589 fs/btrfs/inode.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 3592 fs/btrfs/inode.c if (found_key.objectid != BTRFS_ORPHAN_OBJECTID) found_key 3594 fs/btrfs/inode.c if (found_key.type != BTRFS_ORPHAN_ITEM_KEY) found_key 3606 fs/btrfs/inode.c if (found_key.offset == last_objectid) { found_key 3613 fs/btrfs/inode.c last_objectid = found_key.offset; found_key 3615 fs/btrfs/inode.c found_key.objectid = found_key.offset; found_key 3616 fs/btrfs/inode.c found_key.type = BTRFS_INODE_ITEM_KEY; found_key 3617 fs/btrfs/inode.c found_key.offset = 0; found_key 3618 fs/btrfs/inode.c inode = btrfs_iget(fs_info->sb, &found_key, root, NULL); found_key 3643 fs/btrfs/inode.c found_key.objectid) { found_key 3651 fs/btrfs/inode.c key.offset = found_key.objectid - 1; found_key 3685 fs/btrfs/inode.c found_key.objectid); found_key 3687 fs/btrfs/inode.c found_key.objectid); found_key 3731 fs/btrfs/inode.c struct btrfs_key found_key; found_key 3746 fs/btrfs/inode.c btrfs_item_key_to_cpu(leaf, &found_key, slot); found_key 3749 fs/btrfs/inode.c if (found_key.objectid != objectid) found_key 3753 fs/btrfs/inode.c if (found_key.type == BTRFS_XATTR_ITEM_KEY) { found_key 3756 fs/btrfs/inode.c if (found_key.offset == xattr_access || found_key 3757 fs/btrfs/inode.c found_key.offset == xattr_default) found_key 3765 fs/btrfs/inode.c if (found_key.type > BTRFS_XATTR_ITEM_KEY) found_key 4720 fs/btrfs/inode.c struct btrfs_key found_key; found_key 4812 fs/btrfs/inode.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 4813 fs/btrfs/inode.c found_type = found_key.type; found_key 4815 fs/btrfs/inode.c if (found_key.objectid != ino) found_key 4821 fs/btrfs/inode.c item_end = found_key.offset; found_key 4832 fs/btrfs/inode.c found_key.offset); found_key 4839 fs/btrfs/inode.c found_key.offset); found_key 4848 fs/btrfs/inode.c if (found_key.offset >= new_size) found_key 4865 fs/btrfs/inode.c found_key.offset, found_key 4880 fs/btrfs/inode.c extent_offset = found_key.offset - found_key 4901 fs/btrfs/inode.c u32 size = (u32)(new_size - found_key.offset); found_key 4920 fs/btrfs/inode.c last_size = found_key.offset; found_key 6096 fs/btrfs/inode.c struct btrfs_key found_key; found_key 6148 fs/btrfs/inode.c btrfs_item_key_to_cpu(leaf, &found_key, slot); found_key 6150 fs/btrfs/inode.c if (found_key.objectid != key.objectid) found_key 6152 fs/btrfs/inode.c if (found_key.type != BTRFS_DIR_INDEX_KEY) found_key 6154 fs/btrfs/inode.c if (found_key.offset < ctx->pos) found_key 6156 fs/btrfs/inode.c if (btrfs_should_delete_dir_index(&del_list, found_key.offset)) found_key 6181 fs/btrfs/inode.c put_unaligned(found_key.offset, &entry->offset); found_key 6297 fs/btrfs/inode.c struct btrfs_key key, found_key; found_key 6332 fs/btrfs/inode.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 6334 fs/btrfs/inode.c if (found_key.objectid != btrfs_ino(inode) || found_key 6335 fs/btrfs/inode.c found_key.type != BTRFS_DIR_INDEX_KEY) { found_key 6340 fs/btrfs/inode.c inode->index_cnt = found_key.offset + 1; found_key 7033 fs/btrfs/inode.c struct btrfs_key found_key; found_key 7092 fs/btrfs/inode.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 7093 fs/btrfs/inode.c if (found_key.objectid != objectid || found_key 7094 fs/btrfs/inode.c found_key.type != BTRFS_EXTENT_DATA_KEY) { found_key 7106 fs/btrfs/inode.c extent_start = found_key.offset; found_key 7146 fs/btrfs/inode.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 7147 fs/btrfs/inode.c if (found_key.objectid != objectid || found_key 7148 fs/btrfs/inode.c found_key.type != BTRFS_EXTENT_DATA_KEY) found_key 7150 fs/btrfs/inode.c if (start + len <= found_key.offset) found_key 7152 fs/btrfs/inode.c if (start > found_key.offset) found_key 7158 fs/btrfs/inode.c em->len = found_key.offset - start; found_key 181 fs/btrfs/print-tree.c struct btrfs_key found_key; found_key 211 fs/btrfs/print-tree.c btrfs_dir_item_key_to_cpu(l, di, &found_key); found_key 213 fs/btrfs/print-tree.c found_key.objectid, found_key 330 fs/btrfs/qgroup.c struct btrfs_key found_key; found_key 372 fs/btrfs/qgroup.c btrfs_item_key_to_cpu(l, &found_key, slot); found_key 374 fs/btrfs/qgroup.c if (found_key.type == BTRFS_QGROUP_STATUS_KEY) { found_key 398 fs/btrfs/qgroup.c if (found_key.type != BTRFS_QGROUP_INFO_KEY && found_key 399 fs/btrfs/qgroup.c found_key.type != BTRFS_QGROUP_LIMIT_KEY) found_key 402 fs/btrfs/qgroup.c qgroup = find_qgroup_rb(fs_info, found_key.offset); found_key 403 fs/btrfs/qgroup.c if ((qgroup && found_key.type == BTRFS_QGROUP_INFO_KEY) || found_key 404 fs/btrfs/qgroup.c (!qgroup && found_key.type == BTRFS_QGROUP_LIMIT_KEY)) { found_key 409 fs/btrfs/qgroup.c qgroup = add_qgroup_rb(fs_info, found_key.offset); found_key 415 fs/btrfs/qgroup.c switch (found_key.type) { found_key 462 fs/btrfs/qgroup.c btrfs_item_key_to_cpu(l, &found_key, slot); found_key 464 fs/btrfs/qgroup.c if (found_key.type != BTRFS_QGROUP_RELATION_KEY) found_key 467 fs/btrfs/qgroup.c if (found_key.objectid > found_key.offset) { found_key 473 fs/btrfs/qgroup.c ret = add_relation_rb(fs_info, found_key.objectid, found_key 474 fs/btrfs/qgroup.c found_key.offset); found_key 478 fs/btrfs/qgroup.c found_key.objectid, found_key.offset); found_key 887 fs/btrfs/qgroup.c struct btrfs_key found_key; found_key 974 fs/btrfs/qgroup.c btrfs_item_key_to_cpu(leaf, &found_key, slot); found_key 976 fs/btrfs/qgroup.c if (found_key.type == BTRFS_ROOT_REF_KEY) { found_key 978 fs/btrfs/qgroup.c found_key.offset); found_key 984 fs/btrfs/qgroup.c qgroup = add_qgroup_rb(fs_info, found_key.offset); found_key 70 fs/btrfs/root-tree.c struct btrfs_key found_key; found_key 93 fs/btrfs/root-tree.c btrfs_item_key_to_cpu(l, &found_key, slot); found_key 94 fs/btrfs/root-tree.c if (found_key.objectid != search_key->objectid || found_key 95 fs/btrfs/root-tree.c found_key.type != BTRFS_ROOT_ITEM_KEY) { found_key 103 fs/btrfs/root-tree.c memcpy(root_key, &found_key, sizeof(found_key)); found_key 734 fs/btrfs/scrub.c struct btrfs_key found_key; found_key 759 fs/btrfs/scrub.c ret = extent_from_logical(fs_info, swarn.logical, path, &found_key, found_key 764 fs/btrfs/scrub.c extent_item_pos = swarn.logical - found_key.objectid; found_key 765 fs/btrfs/scrub.c swarn.extent_item_size = found_key.offset; found_key 773 fs/btrfs/scrub.c ret = tree_backref_for_extent(&ptr, eb, &found_key, ei, found_key 790 fs/btrfs/scrub.c iterate_extent_inodes(fs_info, found_key.objectid, found_key 3483 fs/btrfs/scrub.c struct btrfs_key found_key; found_key 3521 fs/btrfs/scrub.c btrfs_item_key_to_cpu(l, &found_key, slot); found_key 3523 fs/btrfs/scrub.c if (found_key.objectid != scrub_dev->devid) found_key 3526 fs/btrfs/scrub.c if (found_key.type != BTRFS_DEV_EXTENT_KEY) found_key 3529 fs/btrfs/scrub.c if (found_key.offset >= end) found_key 3532 fs/btrfs/scrub.c if (found_key.offset < key.offset) found_key 3538 fs/btrfs/scrub.c if (found_key.offset + length <= start) found_key 3624 fs/btrfs/scrub.c dev_replace->cursor_right = found_key.offset + length; found_key 3625 fs/btrfs/scrub.c dev_replace->cursor_left = found_key.offset; found_key 3630 fs/btrfs/scrub.c found_key.offset, cache); found_key 3701 fs/btrfs/scrub.c key.offset = found_key.offset + length; found_key 890 fs/btrfs/send.c struct btrfs_key *found_key, int resolve, found_key 923 fs/btrfs/send.c if (found_key->type == BTRFS_INODE_REF_KEY) { found_key 938 fs/btrfs/send.c if (found_key->type == BTRFS_INODE_REF_KEY) { found_key 943 fs/btrfs/send.c dir = found_key->offset; found_key 1144 fs/btrfs/send.c struct btrfs_key key, found_key; found_key 1164 fs/btrfs/send.c btrfs_item_key_to_cpu(p->nodes[0], &found_key, p->slots[0]); found_key 1165 fs/btrfs/send.c if (found_key.objectid != ino || found_key 1166 fs/btrfs/send.c (found_key.type != BTRFS_INODE_REF_KEY && found_key 1167 fs/btrfs/send.c found_key.type != BTRFS_INODE_EXTREF_KEY)) { found_key 1172 fs/btrfs/send.c ret = iterate_inode_ref(root, p, &found_key, 1, found_key 1311 fs/btrfs/send.c struct btrfs_key found_key; found_key 1359 fs/btrfs/send.c &found_key, &flags); found_key 1426 fs/btrfs/send.c extent_item_pos = logical - found_key.objectid; found_key 1429 fs/btrfs/send.c ret = iterate_extent_inodes(fs_info, found_key.objectid, found_key 1441 fs/btrfs/send.c ino, data_offset, disk_byte, found_key.objectid); found_key 1742 fs/btrfs/send.c struct btrfs_key found_key; found_key 1759 fs/btrfs/send.c btrfs_item_key_to_cpu(path->nodes[0], &found_key, found_key 1761 fs/btrfs/send.c if (ret || found_key.objectid != ino || found_key 1762 fs/btrfs/send.c (found_key.type != BTRFS_INODE_REF_KEY && found_key 1763 fs/btrfs/send.c found_key.type != BTRFS_INODE_EXTREF_KEY)) { found_key 1768 fs/btrfs/send.c if (found_key.type == BTRFS_INODE_REF_KEY) { found_key 1776 fs/btrfs/send.c parent_dir = found_key.offset; found_key 2676 fs/btrfs/send.c struct btrfs_key found_key; found_key 2709 fs/btrfs/send.c btrfs_item_key_to_cpu(eb, &found_key, slot); found_key 2710 fs/btrfs/send.c if (found_key.objectid != key.objectid || found_key 2711 fs/btrfs/send.c found_key.type != key.type) { found_key 2935 fs/btrfs/send.c struct btrfs_key found_key; found_key 2973 fs/btrfs/send.c btrfs_item_key_to_cpu(path->nodes[0], &found_key, found_key 2975 fs/btrfs/send.c if (found_key.objectid != key.objectid || found_key 2976 fs/btrfs/send.c found_key.type != key.type) found_key 2991 fs/btrfs/send.c odi->last_dir_index_offset = found_key.offset; found_key 3004 fs/btrfs/send.c odi->last_dir_index_offset = found_key.offset; found_key 4419 fs/btrfs/send.c struct btrfs_key found_key; found_key 4461 fs/btrfs/send.c btrfs_item_key_to_cpu(eb, &found_key, slot); found_key 4463 fs/btrfs/send.c if (found_key.objectid != key.objectid || found_key 4464 fs/btrfs/send.c (found_key.type != BTRFS_INODE_REF_KEY && found_key 4465 fs/btrfs/send.c found_key.type != BTRFS_INODE_EXTREF_KEY)) found_key 4468 fs/btrfs/send.c ret = iterate_inode_ref(root, path, &found_key, 0, cb, sctx); found_key 4738 fs/btrfs/send.c struct btrfs_key found_key; found_key 4769 fs/btrfs/send.c btrfs_item_key_to_cpu(eb, &found_key, slot); found_key 4770 fs/btrfs/send.c if (found_key.objectid != key.objectid || found_key 4771 fs/btrfs/send.c found_key.type != key.type) { found_key 5395 fs/btrfs/send.c struct btrfs_key found_key; found_key 5464 fs/btrfs/send.c btrfs_item_key_to_cpu(eb, &found_key, slot); found_key 5465 fs/btrfs/send.c if (found_key.objectid != key.objectid || found_key 5466 fs/btrfs/send.c found_key.type != key.type) { found_key 5475 fs/btrfs/send.c key = found_key; found_key 5496 fs/btrfs/send.c if (found_key.offset + right_len <= ekey->offset) { found_key 5547 fs/btrfs/send.c btrfs_item_key_to_cpu(eb, &found_key, slot); found_key 5549 fs/btrfs/send.c if (ret || found_key.objectid != key.objectid || found_key 5550 fs/btrfs/send.c found_key.type != key.type) { found_key 5554 fs/btrfs/send.c if (found_key.offset != key.offset + right_len) { found_key 5558 fs/btrfs/send.c key = found_key; found_key 5819 fs/btrfs/send.c struct btrfs_key found_key; found_key 5850 fs/btrfs/send.c btrfs_item_key_to_cpu(eb, &found_key, slot); found_key 5852 fs/btrfs/send.c if (found_key.objectid != key.objectid || found_key 5853 fs/btrfs/send.c found_key.type != key.type) { found_key 5858 fs/btrfs/send.c ret = process_extent(sctx, path, &found_key); found_key 1938 fs/btrfs/tree-log.c struct btrfs_key found_key; found_key 1992 fs/btrfs/tree-log.c btrfs_dir_item_key_to_cpu(path->nodes[0], dst_di, &found_key); found_key 1994 fs/btrfs/tree-log.c if (found_key.objectid == log_key.objectid && found_key 1995 fs/btrfs/tree-log.c found_key.type == log_key.type && found_key 1996 fs/btrfs/tree-log.c found_key.offset == log_key.offset && found_key 2437 fs/btrfs/tree-log.c struct btrfs_key found_key; found_key 2485 fs/btrfs/tree-log.c btrfs_item_key_to_cpu(path->nodes[0], &found_key, found_key 2487 fs/btrfs/tree-log.c if (found_key.objectid != dirid || found_key 2488 fs/btrfs/tree-log.c found_key.type != dir_key.type) found_key 2491 fs/btrfs/tree-log.c if (found_key.offset > range_end) found_key 2496 fs/btrfs/tree-log.c &found_key); found_key 2499 fs/btrfs/tree-log.c if (found_key.offset == (u64)-1) found_key 2501 fs/btrfs/tree-log.c dir_key.offset = found_key.offset + 1; found_key 3810 fs/btrfs/tree-log.c struct btrfs_key found_key; found_key 3827 fs/btrfs/tree-log.c btrfs_item_key_to_cpu(path->nodes[0], &found_key, found_key 3830 fs/btrfs/tree-log.c if (found_key.objectid != objectid) found_key 3833 fs/btrfs/tree-log.c found_key.offset = 0; found_key 3834 fs/btrfs/tree-log.c found_key.type = 0; found_key 3835 fs/btrfs/tree-log.c ret = btrfs_bin_search(path->nodes[0], &found_key, 0, found_key 5801 fs/btrfs/tree-log.c struct btrfs_key found_key; found_key 5803 fs/btrfs/tree-log.c btrfs_item_key_to_cpu(path->nodes[0], &found_key, path->slots[0]); found_key 5816 fs/btrfs/tree-log.c search_key.objectid = found_key.offset; found_key 5851 fs/btrfs/tree-log.c btrfs_item_key_to_cpu(leaf, &found_key, slot); found_key 5852 fs/btrfs/tree-log.c if (found_key.objectid != search_key.objectid || found_key 5853 fs/btrfs/tree-log.c found_key.type != BTRFS_INODE_REF_KEY) found_key 5932 fs/btrfs/tree-log.c struct btrfs_key found_key; found_key 5943 fs/btrfs/tree-log.c btrfs_item_key_to_cpu(leaf, &found_key, slot); found_key 5944 fs/btrfs/tree-log.c if (found_key.objectid != ino || found_key 5945 fs/btrfs/tree-log.c found_key.type > BTRFS_INODE_EXTREF_KEY) found_key 5955 fs/btrfs/tree-log.c if (found_key.type == BTRFS_INODE_EXTREF_KEY) { found_key 5966 fs/btrfs/tree-log.c memcpy(&search_key, &found_key, sizeof(search_key)); found_key 6163 fs/btrfs/tree-log.c struct btrfs_key found_key; found_key 6212 fs/btrfs/tree-log.c btrfs_item_key_to_cpu(path->nodes[0], &found_key, found_key 6215 fs/btrfs/tree-log.c if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID) found_key 6218 fs/btrfs/tree-log.c log = btrfs_read_fs_root(log_root_tree, &found_key); found_key 6226 fs/btrfs/tree-log.c tmp_key.objectid = found_key.offset; found_key 6294 fs/btrfs/tree-log.c if (found_key.offset == 0) found_key 6296 fs/btrfs/tree-log.c key.offset = found_key.offset - 1; found_key 1770 fs/btrfs/volumes.c struct btrfs_key found_key; found_key 1789 fs/btrfs/volumes.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 1792 fs/btrfs/volumes.c BUG_ON(found_key.offset > start || found_key.offset + found_key 1794 fs/btrfs/volumes.c key = found_key; found_key 1886 fs/btrfs/volumes.c struct btrfs_key found_key; found_key 1914 fs/btrfs/volumes.c btrfs_item_key_to_cpu(path->nodes[0], &found_key, found_key 1916 fs/btrfs/volumes.c *devid_ret = found_key.offset + 1; found_key 3150 fs/btrfs/volumes.c struct btrfs_key found_key; found_key 3184 fs/btrfs/volumes.c btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); found_key 3192 fs/btrfs/volumes.c ret = btrfs_relocate_chunk(fs_info, found_key.offset); found_key 3200 fs/btrfs/volumes.c if (found_key.offset == 0) found_key 3202 fs/btrfs/volumes.c key.offset = found_key.offset - 1; found_key 3692 fs/btrfs/volumes.c struct btrfs_key found_key; found_key 3762 fs/btrfs/volumes.c btrfs_item_key_to_cpu(leaf, &found_key, slot); found_key 3764 fs/btrfs/volumes.c if (found_key.objectid != key.objectid) { found_key 3778 fs/btrfs/volumes.c ret = should_balance_chunk(leaf, chunk, found_key.offset); found_key 3824 fs/btrfs/volumes.c found_key.offset); found_key 3833 fs/btrfs/volumes.c ret = btrfs_relocate_chunk(fs_info, found_key.offset); found_key 3840 fs/btrfs/volumes.c found_key.offset); found_key 3850 fs/btrfs/volumes.c if (found_key.offset == 0) found_key 3852 fs/btrfs/volumes.c key.offset = found_key.offset - 1; found_key 7244 fs/btrfs/volumes.c struct btrfs_key found_key; found_key 7283 fs/btrfs/volumes.c btrfs_item_key_to_cpu(leaf, &found_key, slot); found_key 7284 fs/btrfs/volumes.c if (found_key.type == BTRFS_DEV_ITEM_KEY) { found_key 7292 fs/btrfs/volumes.c } else if (found_key.type == BTRFS_CHUNK_ITEM_KEY) { found_key 7295 fs/btrfs/volumes.c ret = read_one_chunk(&found_key, leaf, chunk); found_key 281 fs/btrfs/xattr.c struct btrfs_key found_key; found_key 302 fs/btrfs/xattr.c btrfs_item_key_to_cpu(leaf, &found_key, slot); found_key 305 fs/btrfs/xattr.c if (found_key.objectid != key.objectid) found_key 307 fs/btrfs/xattr.c if (found_key.type > BTRFS_XATTR_ITEM_KEY) found_key 309 fs/btrfs/xattr.c if (found_key.type < BTRFS_XATTR_ITEM_KEY)