Home
last modified time | relevance | path

Searched refs:befs_compare_strings (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/befs/
Dbtree.c116 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()
715 befs_compare_strings(const void *key1, int keylen1, in befs_compare_strings() function