Searched refs:left_root (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 5288 static int tree_compare_item(struct btrfs_root *left_root, in tree_compare_item() argument 5330 int btrfs_compare_trees(struct btrfs_root *left_root, in btrfs_compare_trees() argument 5365 tmp_buf = kmalloc(left_root->nodesize, GFP_NOFS); in btrfs_compare_trees() 5412 down_read(&left_root->fs_info->commit_root_sem); in btrfs_compare_trees() 5413 left_level = btrfs_header_level(left_root->commit_root); in btrfs_compare_trees() 5415 left_path->nodes[left_level] = left_root->commit_root; in btrfs_compare_trees() 5422 up_read(&left_root->fs_info->commit_root_sem); in btrfs_compare_trees() 5442 ret = tree_advance(left_root, left_path, &left_level, in btrfs_compare_trees() 5465 ret = changed_cb(left_root, right_root, in btrfs_compare_trees() 5477 ret = changed_cb(left_root, right_root, in btrfs_compare_trees() [all …]
|
D | ctree.h | 3602 typedef int (*btrfs_changed_cb_t)(struct btrfs_root *left_root, 3609 int btrfs_compare_trees(struct btrfs_root *left_root,
|
D | send.c | 5726 static int changed_cb(struct btrfs_root *left_root, in changed_cb() argument
|