Home
last modified time | relevance | path

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

/fs/reiserfs/
Dsuper.c1764 hash = YURA_HASH; in find_hash_out()
1786 hash = YURA_HASH; in find_hash_out()
1821 if (reiserfs_rupasov_hash(s) && code != YURA_HASH) { in what_hash()
1846 code = YURA_HASH; in what_hash()
1873 case YURA_HASH: in hash_function()
1889 return YURA_HASH; in function2code()
Dprocfs.c258 (hash_code == YURA_HASH) ? "rupasov" : in show_on_disk_super()
Dprints.c535 if (code == YURA_HASH) in reiserfs_hashname()
Dreiserfs.h941 #define YURA_HASH 2 macro