Searched refs:first_key (Results 1 – 10 of 10) sorted by relevance
/linux/fs/btrfs/ |
A D | disk-io.h | 41 struct btrfs_key *first_key, u64 parent_transid); 44 int level, struct btrfs_key *first_key); 111 struct btrfs_key *first_key);
|
A D | print-tree.c | 388 struct btrfs_key first_key; in btrfs_print_tree() local 391 btrfs_node_key_to_cpu(c, &first_key, i); in btrfs_print_tree() 395 level - 1, &first_key); in btrfs_print_tree()
|
A D | qgroup.h | 140 struct btrfs_key first_key; member
|
A D | disk-io.c | 312 struct btrfs_key *first_key, u64 parent_transid) in btrfs_verify_level_key() argument 329 if (!first_key) in btrfs_verify_level_key() 354 ret = btrfs_comp_cpu_keys(first_key, &found_key); in btrfs_verify_level_key() 361 eb->start, parent_transid, first_key->objectid, in btrfs_verify_level_key() 362 first_key->type, first_key->offset, in btrfs_verify_level_key() 379 struct btrfs_key *first_key) in btree_read_extent_buffer_pages() argument 398 first_key, parent_transid)) in btree_read_extent_buffer_pages() 1104 int level, struct btrfs_key *first_key) in read_tree_block() argument 1114 level, first_key); in read_tree_block() 4559 struct btrfs_key *first_key) in btrfs_read_buffer() argument [all …]
|
A D | ctree.c | 834 struct btrfs_key first_key; in btrfs_read_node_slot() local 841 btrfs_node_key_to_cpu(parent, &first_key, slot); in btrfs_read_node_slot() 845 level - 1, &first_key); in btrfs_read_node_slot() 1403 struct btrfs_key first_key; in read_block_for_search() local 1410 btrfs_node_key_to_cpu(*eb_ret, &first_key, slot); in read_block_for_search() 1425 parent_level - 1, &first_key, gen)) { in read_block_for_search() 1434 ret = btrfs_read_buffer(tmp, gen, parent_level - 1, &first_key); in read_block_for_search() 1458 gen, parent_level - 1, &first_key); in read_block_for_search()
|
A D | tree-log.c | 2794 struct btrfs_key first_key; in walk_down_log_tree() local 2806 btrfs_node_key_to_cpu(cur, &first_key, path->slots[*level]); in walk_down_log_tree() 2826 *level - 1, &first_key); in walk_down_log_tree() 2854 ret = btrfs_read_buffer(next, ptr_gen, *level - 1, &first_key); in walk_down_log_tree()
|
A D | extent-tree.c | 5181 struct btrfs_key first_key; in do_walk_down() local 5203 btrfs_node_key_to_cpu(path->nodes[level], &first_key, in do_walk_down() 5266 generation, level - 1, &first_key); in do_walk_down()
|
A D | qgroup.c | 4128 btrfs_node_key_to_cpu(reloc_parent, &block->first_key, reloc_slot); in btrfs_qgroup_add_swapped_blocks() 4238 &block->first_key); in btrfs_qgroup_trace_subtree_after_cow()
|
/linux/tools/testing/selftests/bpf/ |
A D | test_maps.c | 39 long long key, next_key, first_key, value; in test_hashmap() local 107 assert(bpf_map_get_next_key(fd, NULL, &first_key) == 0 && in test_hashmap() 108 (first_key == 1 || first_key == 2)); in test_hashmap() 110 (next_key == first_key)); in test_hashmap() 113 (next_key != first_key)); in test_hashmap() 158 long long key, next_key, first_key; in test_hashmap_percpu() local 229 assert(bpf_map_get_next_key(fd, NULL, &first_key) == 0 && in test_hashmap_percpu() 230 ((expected_key_mask & first_key) == first_key)); in test_hashmap_percpu() 232 if (first_key) { in test_hashmap_percpu() 233 assert(next_key == first_key); in test_hashmap_percpu() [all …]
|
/linux/drivers/md/persistent-data/ |
A D | dm-btree-remove.c | 673 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()
|
Completed in 105 milliseconds