Home
last modified time | relevance | path

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

/linux-6.8/fs/btrfs/
Dctree.h491 int btrfs_bin_search(struct extent_buffer *eb, int first_slot,
Dctree.c792 int btrfs_bin_search(struct extent_buffer *eb, int first_slot, in btrfs_bin_search() function
1835 return btrfs_bin_search(eb, search_low_slot, key, slot); in search_for_key_slot()
2292 ret = btrfs_bin_search(b, 0, key, &slot); in btrfs_search_old_slot()
4639 sret = btrfs_bin_search(cur, 0, min_key, &slot); in btrfs_search_forward()
Drelocation.c1265 ret = btrfs_bin_search(parent, 0, &key, &slot); in replace_path()
2438 ret = btrfs_bin_search(upper->eb, 0, key, &slot); in do_relocation()
2472 ret = btrfs_bin_search(upper->eb, 0, key, &slot); in do_relocation()
Dtree-log.c4067 ret = btrfs_bin_search(path->nodes[0], 0, &found_key, &start_slot); in drop_inode_items()