Lines Matching refs:found_key

1933 	struct btrfs_key found_key;
1994 btrfs_dir_item_key_to_cpu(path->nodes[0], dst_di, &found_key);
1996 if (found_key.objectid == log_key.objectid &&
1997 found_key.type == log_key.type &&
1998 found_key.offset == log_key.offset &&
2034 found_key.objectid = log_key.objectid;
2035 found_key.type = BTRFS_INODE_REF_KEY;
2036 found_key.offset = key->objectid;
2037 ret = backref_in_log(root->log_root, &found_key, 0, name, name_len);
2047 found_key.objectid = log_key.objectid;
2048 found_key.type = BTRFS_INODE_EXTREF_KEY;
2049 found_key.offset = key->objectid;
2050 ret = backref_in_log(root->log_root, &found_key, key->objectid, name,
2462 struct btrfs_key found_key;
2512 btrfs_item_key_to_cpu(path->nodes[0], &found_key,
2514 if (found_key.objectid != dirid ||
2515 found_key.type != dir_key.type)
2518 if (found_key.offset > range_end)
2523 &found_key);
2526 if (found_key.offset == (u64)-1)
2528 dir_key.offset = found_key.offset + 1;
3830 struct btrfs_key found_key;
3847 btrfs_item_key_to_cpu(path->nodes[0], &found_key,
3850 if (found_key.objectid != objectid)
3853 found_key.offset = 0;
3854 found_key.type = 0;
3855 ret = btrfs_bin_search(path->nodes[0], &found_key, &start_slot);
5912 struct btrfs_key found_key;
5914 btrfs_item_key_to_cpu(path->nodes[0], &found_key, path->slots[0]);
5928 ino = found_key.offset;
5930 search_key.objectid = found_key.offset;
5964 btrfs_item_key_to_cpu(leaf, &found_key, slot);
5965 if (found_key.objectid != search_key.objectid ||
5966 found_key.type != BTRFS_INODE_REF_KEY)
6045 struct btrfs_key found_key;
6056 btrfs_item_key_to_cpu(leaf, &found_key, slot);
6057 if (found_key.objectid != ino ||
6058 found_key.type > BTRFS_INODE_EXTREF_KEY)
6068 if (found_key.type == BTRFS_INODE_EXTREF_KEY) {
6079 memcpy(&search_key, &found_key, sizeof(search_key));
6273 struct btrfs_key found_key;
6321 btrfs_item_key_to_cpu(path->nodes[0], &found_key,
6324 if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID)
6327 log = btrfs_read_tree_root(log_root_tree, &found_key);
6335 wc.replay_dest = btrfs_get_fs_root(fs_info, found_key.offset,
6397 if (found_key.offset == 0)
6399 key.offset = found_key.offset - 1;