Searched refs:befs_compare_strings (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/befs/ |
D | btree.c | 119 static int befs_compare_strings(const void *key1, int keylen1, 359 eq = befs_compare_strings(thiskey, keylen, findkey, findkey_len); in befs_find_key() 375 eq = befs_compare_strings(thiskey, keylen, findkey, in befs_find_key() 721 befs_compare_strings(const void *key1, int keylen1, in befs_compare_strings() function
|