Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dctree.c796 int btrfs_bin_search(struct extent_buffer *eb, const struct btrfs_key *key, in btrfs_bin_search() function
1816 ret = btrfs_bin_search(b, key, &slot); in btrfs_search_slot()
1978 ret = btrfs_bin_search(b, key, &slot); in btrfs_search_old_slot()
4230 sret = btrfs_bin_search(cur, min_key, &slot); in btrfs_search_forward()
Drelocation.c1255 ret = btrfs_bin_search(parent, &key, &slot); in replace_path()
2391 ret = btrfs_bin_search(upper->eb, key, &slot); in do_relocation()
2425 ret = btrfs_bin_search(upper->eb, key, &slot); in do_relocation()
Dctree.h2817 int btrfs_bin_search(struct extent_buffer *eb, const struct btrfs_key *key,
Dtree-log.c3917 ret = btrfs_bin_search(path->nodes[0], &found_key, &start_slot); in drop_objectid_items()