Searched refs:befs_compare_strings (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/fs/befs/ |
D | btree.c | 119 static int befs_compare_strings(const void *key1, int keylen1, 348 eq = befs_compare_strings(thiskey, keylen, findkey, findkey_len); in befs_find_key() 364 eq = befs_compare_strings(thiskey, keylen, findkey, in befs_find_key() 712 befs_compare_strings(const void *key1, int keylen1, in befs_compare_strings() function
|