Searched refs:find_next_key (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent-tree.c | 56 static int find_next_key(struct btrfs_path *path, int level, 745 static int find_next_key(struct btrfs_path *path, int level, in find_next_key() function 958 if (find_next_key(path, 0, &key) == 0 && in lookup_inline_extent_backref() 5132 * find_next_key doesn't find a key because that means we're at in do_walk_down() 5136 find_next_key(path, level, &wc->drop_progress); in do_walk_down() 5184 ret = find_next_key(path, level + 1, &wc->update_progress); in walk_up_proc()
|
H A D | relocation.c | 1561 static int find_next_key(struct btrfs_path *path, int level, in find_next_key() function 1760 if (!find_next_key(path, level, &key) && in merge_reloc_root()
|
H A D | ctree.c | 5292 goto find_next_key; in btrfs_search_forward() 5314 find_next_key: in btrfs_search_forward()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent-tree.c | 64 static int find_next_key(struct btrfs_path *path, int level, 736 static int find_next_key(struct btrfs_path *path, int level, in find_next_key() function 958 if (find_next_key(path, 0, &key) == 0 && in lookup_inline_extent_backref() 5409 * find_next_key doesn't find a key because that means we're at in do_walk_down() 5413 find_next_key(path, level, &wc->drop_progress); in do_walk_down() 5462 ret = find_next_key(path, level + 1, &wc->update_progress); in walk_up_proc()
|
H A D | relocation.c | 1591 static int find_next_key(struct btrfs_path *path, int level, in find_next_key() function 1791 if (!find_next_key(path, level, &key) && in merge_reloc_root()
|
H A D | ctree.c | 4776 goto find_next_key; in btrfs_search_forward() 4798 find_next_key: in btrfs_search_forward()
|
Completed in 37 milliseconds