Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dsend.c7488 static int tree_move_down(struct btrfs_path *path, int *level, u64 reada_min_gen) in tree_move_down() argument
7513 if (btrfs_node_ptr_generation(parent, slot) > reada_min_gen) { in tree_move_down()
7565 u64 reada_min_gen) in tree_advance() argument
7572 ret = tree_move_down(path, level, reada_min_gen); in tree_advance()
7743 u64 reada_min_gen; in btrfs_compare_trees() local
7835 reada_min_gen = btrfs_header_generation(right_root->commit_root); in btrfs_compare_trees()
7874 &left_key, reada_min_gen); in btrfs_compare_trees()
7885 &right_key, reada_min_gen); in btrfs_compare_trees()