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

/linux-master/fs/btrfs/
H A Dctree.h489 int btrfs_bin_search(struct extent_buffer *eb, int first_slot,
H A Dctree.c792 int btrfs_bin_search(struct extent_buffer *eb, int first_slot, function
1824 * If a previous call to btrfs_bin_search() on a parent node returned an
1835 return btrfs_bin_search(eb, search_low_slot, key, slot);
1917 * a btrfs_bin_search() call, so there is no need
2292 ret = btrfs_bin_search(b, 0, key, &slot);
4643 sret = btrfs_bin_search(cur, 0, min_key, &slot);
H A Drelocation.c1266 ret = btrfs_bin_search(parent, 0, &key, &slot);
2439 ret = btrfs_bin_search(upper->eb, 0, key, &slot);
2473 ret = btrfs_bin_search(upper->eb, 0, key, &slot);
H A Dtree-log.c4132 ret = btrfs_bin_search(path->nodes[0], 0, &found_key, &start_slot);

Completed in 220 milliseconds