Searched refs:befs_compare_strings (Results 1 – 1 of 1) sorted by relevance
/fs/befs/ |
D | btree.c | 116 static int befs_compare_strings(const void *key1, int keylen1, 356 eq = befs_compare_strings(thiskey, keylen, findkey, findkey_len); in befs_find_key() 372 eq = befs_compare_strings(thiskey, keylen, findkey, in befs_find_key() 714 befs_compare_strings(const void *key1, int keylen1, in befs_compare_strings() function
|