Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dctree.c68 int btrfs_bin_search(union btrfs_tree_node *p, struct btrfs_key *key, in btrfs_bin_search() function
179 ret = btrfs_bin_search(buf, key, &slot); in btrfs_search_tree()
H A Dctree.h278 int btrfs_bin_search(union btrfs_tree_node *, struct btrfs_key *, int *);
/openbmc/linux/fs/btrfs/
H A Dctree.h512 int btrfs_bin_search(struct extent_buffer *eb, int first_slot,
H A Dctree.c920 int btrfs_bin_search(struct extent_buffer *eb, int first_slot, in btrfs_bin_search() function
1962 return btrfs_bin_search(eb, search_low_slot, key, slot); in search_for_key_slot()
2419 ret = btrfs_bin_search(b, 0, key, &slot); in btrfs_search_old_slot()
4767 sret = btrfs_bin_search(cur, 0, min_key, &slot); in btrfs_search_forward()
H A Drelocation.c1270 ret = btrfs_bin_search(parent, 0, &key, &slot); in replace_path()
2440 ret = btrfs_bin_search(upper->eb, 0, key, &slot); in do_relocation()
2474 ret = btrfs_bin_search(upper->eb, 0, key, &slot); in do_relocation()
H A Dtree-log.c4075 ret = btrfs_bin_search(path->nodes[0], 0, &found_key, &start_slot); in drop_inode_items()