Searched refs:befs_find_key (Results 1 – 2 of 2) sorted by relevance
/linux/fs/befs/ |
H A D | btree.c | 111 static int befs_find_key(struct super_block *sb, 240 * Drill down through the interior nodes using befs_find_key(). 241 * Once at the correct leaf node, use befs_find_key() again to get the 280 res = befs_find_key(sb, this_node, key, &node_off); in befs_btree_find() 292 res = befs_find_key(sb, this_node, key, value); in befs_btree_find() 316 * befs_find_key - Search for a key within a node 330 befs_find_key(struct super_block *sb, struct befs_btree_node *node, in befs_find_key() function
|
H A D | ChangeLog | 37 * Sergey S. Kostyliov made befs_find_key() use a binary search to find 50 * Fixed a longstanding bug in befs_find_key() that would result in it
|