Searched refs:first_key (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_maps.c | 35 long long key, next_key, first_key, value; in test_hashmap() local 102 assert(bpf_map_get_next_key(fd, NULL, &first_key) == 0 && in test_hashmap() 103 (first_key == 1 || first_key == 2)); in test_hashmap() 105 (next_key == first_key)); in test_hashmap() 108 (next_key != first_key)); in test_hashmap() 152 long long key, next_key, first_key; in test_hashmap_percpu() local 223 assert(bpf_map_get_next_key(fd, NULL, &first_key) == 0 && in test_hashmap_percpu() 224 ((expected_key_mask & first_key) == first_key)); in test_hashmap_percpu() [all...] |
| /linux/fs/btrfs/ |
| H A D | delayed-inode.c | 665 struct btrfs_key first_key; in btrfs_insert_delayed_item() local 728 first_key.objectid = node->inode_id; in btrfs_insert_delayed_item() 729 first_key.type = BTRFS_DIR_INDEX_KEY; in btrfs_insert_delayed_item() 730 first_key.offset = first_item->index; in btrfs_insert_delayed_item() 731 batch.keys = &first_key; in btrfs_insert_delayed_item()
|
| H A D | extent_io.h | 291 const struct btrfs_key *first_key);
|
| H A D | tree-checker.c | 2592 ret = btrfs_comp_cpu_keys(&check->first_key, &found_key); in btrfs_verify_level_key() 2597 eb->start, check->transid, check->first_key.objectid, in btrfs_verify_level_key() 2598 check->first_key.type, check->first_key.offset, in btrfs_verify_level_key()
|
| H A D | print-tree.c | 625 btrfs_node_key_to_cpu(c, &check.first_key, i); in btrfs_print_tree()
|
| H A D | qgroup.c | 4793 btrfs_node_key_to_cpu(reloc_parent, &block->first_key, reloc_slot); in btrfs_qgroup_add_swapped_blocks() 4879 memcpy(&check.first_key, &block->first_key, sizeof(check.first_key)); in btrfs_qgroup_trace_subtree_after_cow()
|
| H A D | extent_io.c | 4645 const struct btrfs_key *first_key) in btrfs_readahead_tree_block() argument 4654 if (first_key) { in btrfs_readahead_tree_block() 4655 memcpy(&check.first_key, first_key, sizeof(struct btrfs_key)); in btrfs_readahead_tree_block()
|
| H A D | disk-io.c | 422 const struct btrfs_key *expect_key = &check->first_key; in btrfs_validate_extent_buffer()
|
| H A D | extent-tree.c | 5791 btrfs_node_key_to_cpu(path->nodes[level], &check.first_key, path->slots[level]); in check_next_block_uptodate()
|
| H A D | tree-log.c | 3022 btrfs_node_key_to_cpu(cur, &check.first_key, path->slots[*level]); in walk_down_log_tree()
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-btree-remove.c | 758 uint64_t *first_key, uint64_t end_key, in dm_btree_remove_leaves() argument 765 r = remove_one(info, root, first_key, end_key, &root, nr_removed); in dm_btree_remove_leaves()
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 1194 struct tcp_ao_key *key, *new_key, *first_key; in tcp_ao_copy_all_matching() local 1260 first_key = hlist_entry_safe(key_head, struct tcp_ao_key, node); in tcp_ao_copy_all_matching() 1266 new_ao->current_key = first_key; in tcp_ao_copy_all_matching() 1273 new_ao->rnext_key = first_key; in tcp_ao_copy_all_matching()
|