Searched refs:find_next_key (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/fs/btrfs/ | 
| D | extent-tree.c | 56 static int find_next_key(struct btrfs_path *path, int level,780 static int find_next_key(struct btrfs_path *path, int level,  in find_next_key()  function
 988 		if (find_next_key(path, 0, &key) == 0 &&  in lookup_inline_extent_backref()
 5212 		find_next_key(path, level, &wc->drop_progress);  in do_walk_down()
 5260 		ret = find_next_key(path, level + 1, &wc->update_progress);  in walk_up_proc()
 
 | 
| D | relocation.c | 1543 static int find_next_key(struct btrfs_path *path, int level,  in find_next_key()  function1742 		if (!find_next_key(path, level, &key) &&  in merge_reloc_root()
 
 | 
| D | ctree.c | 5222 				goto find_next_key;  in btrfs_search_forward()5244 find_next_key:  in btrfs_search_forward()
 
 |