Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/
Dsuper.c1774 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()
Dprocfs.c257 hash_code == TEA_HASH ? "tea" : in show_on_disk_super()
Dprints.c537 if (code == TEA_HASH) in reiserfs_hashname()
Dreiserfs.h938 #define TEA_HASH 1 macro