Home
last modified time | relevance | path

Searched refs:first_key (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddisk-io.h44 struct btrfs_key *first_key, u64 parent_transid);
47 struct btrfs_key *first_key);
112 struct btrfs_key *first_key);
H A Dprint-tree.c396 struct btrfs_key first_key; in btrfs_print_tree() local
399 btrfs_node_key_to_cpu(c, &first_key, i); in btrfs_print_tree()
402 level - 1, &first_key); in btrfs_print_tree()
H A Dqgroup.c2010 struct btrfs_key first_key; in qgroup_trace_extent_swap() local
2020 btrfs_node_key_to_cpu(eb, &first_key, parent_slot); in qgroup_trace_extent_swap()
2023 cur_level, &first_key); in qgroup_trace_extent_swap()
2132 struct btrfs_key first_key; in qgroup_trace_new_subtree_blocks() local
2156 btrfs_node_key_to_cpu(eb, &first_key, parent_slot); in qgroup_trace_new_subtree_blocks()
2163 cur_level, &first_key); in qgroup_trace_new_subtree_blocks()
2322 struct btrfs_key first_key; in btrfs_qgroup_trace_subtree() local
2335 btrfs_node_key_to_cpu(eb, &first_key, parent_slot); in btrfs_qgroup_trace_subtree()
2338 level, &first_key); in btrfs_qgroup_trace_subtree()
4212 btrfs_node_key_to_cpu(reloc_parent, &block->first_key, reloc_slot); in btrfs_qgroup_add_swapped_blocks()
[all …]
H A Ddisk-io.c329 struct btrfs_key *first_key, u64 parent_transid) in btrfs_verify_level_key() argument
346 if (!first_key) in btrfs_verify_level_key()
371 ret = btrfs_comp_cpu_keys(first_key, &found_key); in btrfs_verify_level_key()
378 eb->start, parent_transid, first_key->objectid, in btrfs_verify_level_key()
379 first_key->type, first_key->offset, in btrfs_verify_level_key()
396 struct btrfs_key *first_key) in btree_read_extent_buffer_pages() argument
415 first_key, parent_transid)) in btree_read_extent_buffer_pages()
985 struct btrfs_key *first_key) in read_tree_block() argument
995 level, first_key); in read_tree_block()
4319 struct btrfs_key *first_key) in btrfs_read_buffer() argument
[all …]
H A Dqgroup.h140 struct btrfs_key first_key; member
H A Dref-verify.c561 struct btrfs_key first_key; in walk_down_tree() local
567 btrfs_node_key_to_cpu(path->nodes[level], &first_key, in walk_down_tree()
570 level - 1, &first_key); in walk_down_tree()
H A Dctree.c1635 struct btrfs_key first_key; in btrfs_realloc_node() local
1645 btrfs_node_key_to_cpu(parent, &first_key, i); in btrfs_realloc_node()
1671 &first_key); in btrfs_realloc_node()
1680 parent_level - 1,&first_key); in btrfs_realloc_node()
1820 struct btrfs_key first_key; in btrfs_read_node_slot() local
1827 btrfs_node_key_to_cpu(parent, &first_key, slot); in btrfs_read_node_slot()
1830 level - 1, &first_key); in btrfs_read_node_slot()
2400 struct btrfs_key first_key; in read_block_for_search() local
2407 btrfs_node_key_to_cpu(*eb_ret, &first_key, slot); in read_block_for_search()
2419 parent_level - 1, &first_key, gen)) { in read_block_for_search()
[all …]
H A Drelocation.c1241 struct btrfs_key first_key; in replace_path() local
1258 btrfs_node_key_to_cpu(parent, &first_key, slot); in replace_path()
1284 level - 1, &first_key); in replace_path()
1450 struct btrfs_key first_key; in walk_down_reloc_tree() local
1472 btrfs_node_key_to_cpu(eb, &first_key, path->slots[i]); in walk_down_reloc_tree()
1474 &first_key); in walk_down_reloc_tree()
2244 struct btrfs_key first_key; in do_relocation() local
2318 btrfs_node_key_to_cpu(upper->eb, &first_key, slot); in do_relocation()
2320 upper->level - 1, &first_key); in do_relocation()
H A Dtree-log.c2744 struct btrfs_key first_key; in walk_down_log_tree() local
2756 btrfs_node_key_to_cpu(cur, &first_key, path->slots[*level]); in walk_down_log_tree()
2774 *level - 1, &first_key); in walk_down_log_tree()
2801 ret = btrfs_read_buffer(next, ptr_gen, *level - 1, &first_key); in walk_down_log_tree()
H A Dextent-tree.c4952 struct btrfs_key first_key; in do_walk_down() local
4974 btrfs_node_key_to_cpu(path->nodes[level], &first_key, in do_walk_down()
5040 &first_key); in do_walk_down()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_maps.c39 long long key, next_key, first_key, value; in test_hashmap() local
100 assert(bpf_map_get_next_key(fd, NULL, &first_key) == 0 && in test_hashmap()
101 (first_key == 1 || first_key == 2)); in test_hashmap()
103 (next_key == first_key)); in test_hashmap()
106 (next_key != first_key)); in test_hashmap()
151 long long key, next_key, first_key; in test_hashmap_percpu() local
212 assert(bpf_map_get_next_key(fd, NULL, &first_key) == 0 && in test_hashmap_percpu()
213 ((expected_key_mask & first_key) == first_key)); in test_hashmap_percpu()
215 if (first_key) { in test_hashmap_percpu()
216 assert(next_key == first_key); in test_hashmap_percpu()
[all …]
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbEvents.c57 int first_key, int num_keys) in XkbSendLegacyMapNotify() argument
107 if (first_key >= clients[i]->minKC) in XkbSendLegacyMapNotify()
108 core_mn.u.mappingNotify.firstKeyCode = first_key; in XkbSendLegacyMapNotify()
111 if (first_key + num_keys - 1 <= clients[i]->maxKC) in XkbSendLegacyMapNotify()
138 .firstKeyCode = first_key, in XkbSendLegacyMapNotify()
H A DXKBMAlloc.c646 &changes->names.first_key, in XkbChangeKeycodeRange()
782 &changes->names.first_key, in XkbChangeKeycodeRange()
H A DxkbUtils.c552 XkbApplyMappingChange(DeviceIntPtr kbd, KeySymsPtr map, KeyCode first_key, in XkbApplyMappingChange() argument
563 if (map && first_key && num_keys) { in XkbApplyMappingChange()
567 XkbUpdateKeyTypesFromCore(kbd, map, first_key, num_keys, &changes); in XkbApplyMappingChange()
568 XkbUpdateActions(kbd, first_key, num_keys, &changes, &check, &cause); in XkbApplyMappingChange()
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-btree-remove.c673 uint64_t *first_key, uint64_t end_key, in dm_btree_remove_leaves() argument
680 r = remove_one(info, root, first_key, end_key, &root, nr_removed); in dm_btree_remove_leaves()
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbstr.h533 unsigned char first_key; member