Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Drelocation.c1011 int lowest_level, int max_level) in replace_path() argument
1034 slot = path->slots[lowest_level]; in replace_path()
1035 btrfs_node_key_to_cpu(path->nodes[lowest_level], &key, slot); in replace_path()
1040 if (level < lowest_level) { in replace_path()
1065 ASSERT(level >= lowest_level); in replace_path()
1098 if (level <= lowest_level) { in replace_path()
1138 path->lowest_level = level; in replace_path()
1142 path->lowest_level = 0; in replace_path()
1540 path->lowest_level = level; in merge_reloc_root()
1542 path->lowest_level = 0; in merge_reloc_root()
[all …]
H A Dbackref.c662 path->lowest_level = level; in resolve_indirect_ref()
689 path->lowest_level = 0; in resolve_indirect_ref()
3304 path->lowest_level = level; in handle_indirect_tree_backref()
3306 path->lowest_level = 0; in handle_indirect_tree_backref()
H A Ddefrag.c489 path->lowest_level = 1; in btrfs_defrag_leaves()
H A Dsend.c7251 btrfs_print_tree(path->nodes[path->lowest_level], false); in search_key_again()
7256 btrfs_root_id(root), path->lowest_level, in search_key_again()
7257 path->slots[path->lowest_level]); in search_key_again()
7517 left_path->lowest_level = left_level; in restart_after_relocation()
7522 right_path->lowest_level = right_level; in restart_after_relocation()