Searched refs:find_next_key (Results 1 – 3 of 3) sorted by relevance
/linux/fs/btrfs/ ! |
H A D | extent-tree.c | 61 static int find_next_key(const struct btrfs_path *path, int level, 725 static int find_next_key(const struct btrfs_path *path, int level, in find_next_key() function 967 if (find_next_key(path, 0, &key) == 0 && in lookup_inline_extent_backref() 5680 * the drop_progress key accordingly. We don't care if find_next_key in maybe_drop_reference() 5685 find_next_key(path, level, &wc->drop_progress); in maybe_drop_reference() 5831 ret = find_next_key(path, level + 1, &wc->update_progress); in walk_up_proc()
|
H A D | relocation.c | 1416 static int find_next_key(struct btrfs_path *path, int level, in find_next_key() function 1616 if (!find_next_key(path, level, &key) && in merge_reloc_root()
|
H A D | ctree.c | 4635 goto find_next_key; in btrfs_search_forward() 4658 find_next_key: in btrfs_search_forward()
|