Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dctree.c1779 int btrfs_bin_search(struct extent_buffer *eb, const struct btrfs_key *key, in btrfs_bin_search() function
2845 ret = btrfs_bin_search(b, key, &slot); in btrfs_search_slot()
3006 ret = btrfs_bin_search(b, key, &slot); in btrfs_search_old_slot()
5249 sret = btrfs_bin_search(cur, min_key, &slot); in btrfs_search_forward()
H A Drelocation.c1246 ret = btrfs_bin_search(parent, &key, &slot); in replace_path()
2255 ret = btrfs_bin_search(upper->eb, key, &slot); in do_relocation()
2293 ret = btrfs_bin_search(upper->eb, key, &slot); in do_relocation()
H A Dctree.h2692 int btrfs_bin_search(struct extent_buffer *eb, const struct btrfs_key *key,
H A Dtree-log.c3855 ret = btrfs_bin_search(path->nodes[0], &found_key, &start_slot); in drop_objectid_items()