Home
last modified time | relevance | path

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

/fs/btrfs/
Ddisk-io.h34 struct btrfs_key *first_key, u64 parent_transid);
37 int level, struct btrfs_key *first_key);
121 int level, struct btrfs_key *first_key);
Dprint-tree.c387 struct btrfs_key first_key; in btrfs_print_tree() local
390 btrfs_node_key_to_cpu(c, &first_key, i); in btrfs_print_tree()
394 level - 1, &first_key); in btrfs_print_tree()
Dctree.c885 struct btrfs_key first_key; in btrfs_read_node_slot() local
892 btrfs_node_key_to_cpu(parent, &first_key, slot); in btrfs_read_node_slot()
896 level - 1, &first_key); in btrfs_read_node_slot()
1469 struct btrfs_key first_key; in read_block_for_search() local
1478 btrfs_node_key_to_cpu(*eb_ret, &first_key, slot); in read_block_for_search()
1500 parent_level - 1, &first_key, gen)) { in read_block_for_search()
1517 ret = btrfs_read_extent_buffer(tmp, gen, parent_level - 1, &first_key); in read_block_for_search()
1548 gen, parent_level - 1, &first_key); in read_block_for_search()
1835 struct btrfs_disk_key first_key; in search_leaf() local
1838 btrfs_item_key(leaf, &first_key, 0); in search_leaf()
[all …]
Ddelayed-inode.c653 struct btrfs_key first_key; in btrfs_insert_delayed_item() local
716 first_key.objectid = node->inode_id; in btrfs_insert_delayed_item()
717 first_key.type = BTRFS_DIR_INDEX_KEY; in btrfs_insert_delayed_item()
718 first_key.offset = first_item->index; in btrfs_insert_delayed_item()
719 batch.keys = &first_key; in btrfs_insert_delayed_item()
Dqgroup.h143 struct btrfs_key first_key; member
Ddisk-io.c192 struct btrfs_key *first_key, u64 parent_transid) in btrfs_verify_level_key() argument
209 if (!first_key) in btrfs_verify_level_key()
234 ret = btrfs_comp_cpu_keys(first_key, &found_key); in btrfs_verify_level_key()
241 eb->start, parent_transid, first_key->objectid, in btrfs_verify_level_key()
242 first_key->type, first_key->offset, in btrfs_verify_level_key()
259 struct btrfs_key *first_key) in btrfs_read_extent_buffer() argument
278 first_key, parent_transid)) in btrfs_read_extent_buffer()
938 int level, struct btrfs_key *first_key) in read_tree_block() argument
947 ret = btrfs_read_extent_buffer(buf, parent_transid, level, first_key); in read_tree_block()
Dtree-log.c2593 struct btrfs_key first_key; in walk_down_log_tree() local
2605 btrfs_node_key_to_cpu(cur, &first_key, path->slots[*level]); in walk_down_log_tree()
2625 *level - 1, &first_key); in walk_down_log_tree()
2653 ret = btrfs_read_extent_buffer(next, ptr_gen, *level - 1, &first_key); in walk_down_log_tree()
Dextent-tree.c5298 struct btrfs_key first_key; in do_walk_down() local
5320 btrfs_node_key_to_cpu(path->nodes[level], &first_key, in do_walk_down()
5383 generation, level - 1, &first_key); in do_walk_down()
Dqgroup.c4298 btrfs_node_key_to_cpu(reloc_parent, &block->first_key, reloc_slot); in btrfs_qgroup_add_swapped_blocks()
4407 &block->first_key); in btrfs_qgroup_trace_subtree_after_cow()