Searched refs:replace_node_with_clone (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dsend.c7422 static int replace_node_with_clone(struct btrfs_path *path, int level) function
7472 return replace_node_with_clone(path, 0);
7622 ret = replace_node_with_clone(left_path, 0);
7628 ret = replace_node_with_clone(right_path, 0);
7640 ret = replace_node_with_clone(left_path, root_level);
7647 ret = replace_node_with_clone(right_path, root_level);

Completed in 714 milliseconds