Searched refs:right_level (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 7574 int right_level, in restart_after_relocation() 7596 right_path->lowest_level = right_level; in restart_after_relocation() 7613 if (right_level == 0) { in restart_after_relocation() 7668 int right_level; in btrfs_compare_trees() local 7754 right_level = btrfs_header_level(right_root->commit_root); in btrfs_compare_trees() 7755 right_root_level = right_level; in btrfs_compare_trees() 7756 right_path->nodes[right_level] = in btrfs_compare_trees() 7758 if (!right_path->nodes[right_level]) { in btrfs_compare_trees() 7777 if (right_level == 0) in btrfs_compare_trees() 7778 btrfs_item_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees() 7569 restart_after_relocation(struct btrfs_path *left_path, struct btrfs_path *right_path, const struct btrfs_key *left_key, const struct btrfs_key *right_key, int left_level, int right_level, const struct send_ctx *sctx) restart_after_relocation() argument [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 6868 int right_level; in btrfs_compare_trees() local 6947 right_level = btrfs_header_level(right_root->commit_root); in btrfs_compare_trees() 6948 right_root_level = right_level; in btrfs_compare_trees() 6949 right_path->nodes[right_level] = in btrfs_compare_trees() 6951 if (!right_path->nodes[right_level]) { in btrfs_compare_trees() 6964 if (right_level == 0) in btrfs_compare_trees() 6965 btrfs_item_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees() 6966 &right_key, right_path->slots[right_level]); in btrfs_compare_trees() 6968 btrfs_node_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees() 6969 &right_key, right_path->slots[right_level]); in btrfs_compare_trees() [all...] |
Completed in 17 milliseconds