Searched refs:bin_search (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | stree.c | 154 static inline int bin_search(const void *key, /* Key to search for. */ in bin_search() function 188 * bin_search did not find given key, it returns position of key, in bin_search() 595 * bin_search to look through that node. bin_search will find the 598 * bin_search will find the position of the item which has key either 770 retval = bin_search(key, item_head(bh, 0), in search_by_key() 791 * bin_search did it already. in search_by_key()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | stree.c | 154 static inline int bin_search(const void *key, /* Key to search for. */ in bin_search() function 188 * bin_search did not find given key, it returns position of key, in bin_search() 595 * bin_search to look through that node. bin_search will find the 598 * bin_search will find the position of the item which has key either 770 retval = bin_search(key, item_head(bh, 0), in search_by_key() 791 * bin_search did it already. in search_by_key()
|
Completed in 6 milliseconds