Searched refs:btrfs_bin_search (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | ctree.h | 518 static inline int btrfs_bin_search(struct extent_buffer *eb, in btrfs_bin_search() function 525 int btrfs_bin_search(struct extent_buffer *eb, const struct btrfs_key *key,
|
A D | relocation.c | 1269 ret = btrfs_bin_search(parent, &key, &slot); in replace_path() 2410 ret = btrfs_bin_search(upper->eb, key, &slot); in do_relocation() 2444 ret = btrfs_bin_search(upper->eb, key, &slot); in do_relocation()
|
A D | ctree.c | 2324 ret = btrfs_bin_search(b, key, &slot); in btrfs_search_old_slot() 4579 sret = btrfs_bin_search(cur, min_key, &slot); in btrfs_search_forward()
|
A D | tree-log.c | 4102 ret = btrfs_bin_search(path->nodes[0], &found_key, &start_slot); in drop_inode_items()
|
Completed in 43 milliseconds