Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dsuper.c1615 hash = TEA_HASH; in find_hash_out()
1654 } else if (reiserfs_tea_hash(s) && code != TEA_HASH) { in what_hash()
1672 code = TEA_HASH; in what_hash()
1693 case TEA_HASH: in hash_function()
1710 return TEA_HASH; in function2code()
Dprocfs.c252 hash_code == TEA_HASH ? "tea" : in show_on_disk_super()
Dprints.c511 if (code == TEA_HASH) in reiserfs_hashname()
Dreiserfs.h788 #define TEA_HASH 1 macro