Home
last modified time | relevance | path

Searched refs:find_next_key (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dextent-tree.c102 static int find_next_key(struct btrfs_path *path, int level,
468 ret = find_next_key(path, 0, &key); in caching_thread()
1496 static int find_next_key(struct btrfs_path *path, int level, in find_next_key() function
1704 if (find_next_key(path, 0, &key) == 0 && in lookup_inline_extent_backref()
8616 ret = find_next_key(path, level + 1, &wc->update_progress); in walk_up_proc()
Drelocation.c2090 static int find_next_key(struct btrfs_path *path, int level, function
2192 if (!find_next_key(path, level, &key) &&
Dctree.c5154 goto find_next_key; in btrfs_search_forward()
5176 find_next_key: in btrfs_search_forward()