Home
last modified time | relevance | path

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

/fs/reiserfs/
Dsuper.c1752 hash = YURA_HASH; in find_hash_out()
1774 hash = YURA_HASH; in find_hash_out()
1809 if (reiserfs_rupasov_hash(s) && code != YURA_HASH) { in what_hash()
1834 code = YURA_HASH; in what_hash()
1861 case YURA_HASH: in hash_function()
1877 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.h939 #define YURA_HASH 2 macro