Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/ !
Dctree.c1420 struct extent_buffer **eb_ret, int level, int slot, in read_block_for_search() argument
1433 blocknr = btrfs_node_blockptr(*eb_ret, slot); in read_block_for_search()
1434 gen = btrfs_node_ptr_generation(*eb_ret, slot); in read_block_for_search()
1435 parent_level = btrfs_header_level(*eb_ret); in read_block_for_search()
1436 btrfs_node_key_to_cpu(*eb_ret, &first_key, slot); in read_block_for_search()
1462 *eb_ret = tmp; in read_block_for_search()
1522 *eb_ret = tmp; in read_block_for_search()