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.c789 int btrfs_bin_search(struct extent_buffer *eb, int first_slot, function
1821 * If a previous call to btrfs_bin_search() on a parent node returned an
1832 return btrfs_bin_search(eb, search_low_slot, key, slot);
1914 * a btrfs_bin_search() call, so there is no need
2289 ret = btrfs_bin_search(b, 0, key, &slot);
4640 sret = btrfs_bin_search(cur, 0, min_key, &slot);
H A Drelocation.c1217 ret = btrfs_bin_search(parent, 0, &key, &slot);
2400 ret = btrfs_bin_search(upper->eb, 0, key, &slot);
2434 ret = btrfs_bin_search(upper->eb, 0, key, &slot);
H A Dtree-log.c4134 ret = btrfs_bin_search(path->nodes[0], 0, &found_key, &start_slot);

Completed in 177 milliseconds