Searched refs:befs_compare_strings (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/befs/ |
H A 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() 701 * befs_compare_strings - compare two strings 712 befs_compare_strings(const void *key1, int keylen1, in befs_compare_strings() function
|
/kernel/linux/linux-6.6/fs/befs/ |
H A 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() 701 * befs_compare_strings - compare two strings 712 befs_compare_strings(const void *key1, int keylen1, in befs_compare_strings() function
|
Completed in 3 milliseconds