Searched refs:btrfs_bin_search (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | ctree.h | 503 int btrfs_bin_search(const struct extent_buffer *eb, int first_slot,
|
| H A D | ctree.c | 747 int btrfs_bin_search(const struct extent_buffer *eb, int first_slot, in btrfs_bin_search() function 1848 * If a previous call to btrfs_bin_search() on a parent node returned an in search_leaf() 1859 return btrfs_bin_search(eb, search_low_slot, key, slot); in search_leaf() 1941 * a btrfs_bin_search() call, so there is no need in search_leaf() 2318 ret = btrfs_bin_search(b, 0, key, &slot); in btrfs_search_old_slot() 4654 sret = btrfs_bin_search(cur, 0, min_key, &slot); in btrfs_search_forward()
|
| H A D | relocation.c | 1066 ret = btrfs_bin_search(parent, 0, &key, &slot); in replace_path() 2223 ret = btrfs_bin_search(upper->eb, 0, key, &slot); in do_relocation() 2257 ret = btrfs_bin_search(upper->eb, 0, key, &slot); in do_relocation()
|
| H A D | tree-log.c | 4571 ret = btrfs_bin_search(path->nodes[0], 0, &found_key, &start_slot); in drop_inode_items()
|