Searched refs:TEA_HASH (Results 1 – 4 of 4) sorted by relevance
1774 hash = TEA_HASH; in find_hash_out()1813 } else if (reiserfs_tea_hash(s) && code != TEA_HASH) { in what_hash()1834 code = TEA_HASH; in what_hash()1856 case TEA_HASH: in hash_function()1873 return TEA_HASH; in function2code()
257 hash_code == TEA_HASH ? "tea" : in show_on_disk_super()
537 if (code == TEA_HASH) in reiserfs_hashname()
938 #define TEA_HASH 1 macro