Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dctree.c1464 struct extent_buffer **eb_ret, int slot, in read_block_for_search() argument
1478 blocknr = btrfs_node_blockptr(*eb_ret, slot); in read_block_for_search()
1479 parent_level = btrfs_header_level(*eb_ret); in read_block_for_search()
1480 btrfs_node_key_to_cpu(*eb_ret, &check.first_key, slot); in read_block_for_search()
1483 check.transid = btrfs_node_ptr_generation(*eb_ret, slot); in read_block_for_search()
1503 *eb_ret = tmp; in read_block_for_search()
1533 *eb_ret = tmp; in read_block_for_search()
1588 *eb_ret = tmp; in read_block_for_search()