Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Ddisk-io.h44 struct btrfs_key *first_key, u64 parent_transid);
47 struct btrfs_key *first_key);
112 struct btrfs_key *first_key);
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()
Dqgroup.h140 struct btrfs_key first_key; member
Dqgroup.c1947 struct btrfs_key first_key; in qgroup_trace_extent_swap() local
1957 btrfs_node_key_to_cpu(eb, &first_key, parent_slot); in qgroup_trace_extent_swap()
1960 cur_level, &first_key); in qgroup_trace_extent_swap()
2069 struct btrfs_key first_key; in qgroup_trace_new_subtree_blocks() local
2093 btrfs_node_key_to_cpu(eb, &first_key, parent_slot); in qgroup_trace_new_subtree_blocks()
2100 cur_level, &first_key); in qgroup_trace_new_subtree_blocks()
2259 struct btrfs_key first_key; in btrfs_qgroup_trace_subtree() local
2272 btrfs_node_key_to_cpu(eb, &first_key, parent_slot); in btrfs_qgroup_trace_subtree()
2275 level, &first_key); in btrfs_qgroup_trace_subtree()
4137 btrfs_node_key_to_cpu(reloc_parent, &block->first_key, reloc_slot); in btrfs_qgroup_add_swapped_blocks()
[all …]
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()
4247 struct btrfs_key *first_key) in btrfs_read_buffer() argument
[all …]
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()
Dctree.c1610 struct btrfs_key first_key; in btrfs_realloc_node() local
1620 btrfs_node_key_to_cpu(parent, &first_key, i); in btrfs_realloc_node()
1646 &first_key); in btrfs_realloc_node()
1655 parent_level - 1,&first_key); in btrfs_realloc_node()
1795 struct btrfs_key first_key; in btrfs_read_node_slot() local
1802 btrfs_node_key_to_cpu(parent, &first_key, slot); in btrfs_read_node_slot()
1805 level - 1, &first_key); in btrfs_read_node_slot()
2375 struct btrfs_key first_key; in read_block_for_search() local
2382 btrfs_node_key_to_cpu(*eb_ret, &first_key, slot); in read_block_for_search()
2394 parent_level - 1, &first_key, gen)) { in read_block_for_search()
[all …]
Drelocation.c1223 struct btrfs_key first_key; in replace_path() local
1240 btrfs_node_key_to_cpu(parent, &first_key, slot); in replace_path()
1266 level - 1, &first_key); in replace_path()
1432 struct btrfs_key first_key; in walk_down_reloc_tree() local
1454 btrfs_node_key_to_cpu(eb, &first_key, path->slots[i]); in walk_down_reloc_tree()
1456 &first_key); in walk_down_reloc_tree()
2226 struct btrfs_key first_key; in do_relocation() local
2300 btrfs_node_key_to_cpu(upper->eb, &first_key, slot); in do_relocation()
2302 upper->level - 1, &first_key); in do_relocation()
Dtree-log.c2697 struct btrfs_key first_key; in walk_down_log_tree() local
2709 btrfs_node_key_to_cpu(cur, &first_key, path->slots[*level]); in walk_down_log_tree()
2727 *level - 1, &first_key); in walk_down_log_tree()
2754 ret = btrfs_read_buffer(next, ptr_gen, *level - 1, &first_key); in walk_down_log_tree()
Dextent-tree.c5040 struct btrfs_key first_key; in do_walk_down() local
5062 btrfs_node_key_to_cpu(path->nodes[level], &first_key, in do_walk_down()
5128 &first_key); in do_walk_down()
/Linux-v5.10/tools/testing/selftests/bpf/
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 …]
/Linux-v5.10/drivers/md/persistent-data/
Ddm-btree-remove.c672 uint64_t *first_key, uint64_t end_key, in dm_btree_remove_leaves() argument
679 r = remove_one(info, root, first_key, end_key, &root, nr_removed); in dm_btree_remove_leaves()