Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dctree.c5282 static int tree_compare_item(struct btrfs_root *left_root, in tree_compare_item() argument
5324 int btrfs_compare_trees(struct btrfs_root *left_root, in btrfs_compare_trees() argument
5359 tmp_buf = kmalloc(left_root->nodesize, GFP_NOFS); in btrfs_compare_trees()
5406 down_read(&left_root->fs_info->commit_root_sem); in btrfs_compare_trees()
5407 left_level = btrfs_header_level(left_root->commit_root); in btrfs_compare_trees()
5409 left_path->nodes[left_level] = left_root->commit_root; in btrfs_compare_trees()
5416 up_read(&left_root->fs_info->commit_root_sem); in btrfs_compare_trees()
5436 ret = tree_advance(left_root, left_path, &left_level, in btrfs_compare_trees()
5459 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
5471 ret = changed_cb(left_root, right_root, in btrfs_compare_trees()
[all …]
Dctree.h3544 typedef int (*btrfs_changed_cb_t)(struct btrfs_root *left_root,
3551 int btrfs_compare_trees(struct btrfs_root *left_root,
Dsend.c5477 static int changed_cb(struct btrfs_root *left_root, in changed_cb() argument