Home
last modified time | relevance | path

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

/linux-4.4.14/fs/reiserfs/
Dsuper.c1709 hash = YURA_HASH; in find_hash_out()
1731 hash = YURA_HASH; in find_hash_out()
1766 if (reiserfs_rupasov_hash(s) && code != YURA_HASH) { in what_hash()
1791 code = YURA_HASH; in what_hash()
1818 case YURA_HASH: in hash_function()
1834 return YURA_HASH; in function2code()
Dprocfs.c258 (hash_code == YURA_HASH) ? "rupasov" : in show_on_disk_super()
Dprints.c516 if (code == YURA_HASH) in reiserfs_hashname()
Dreiserfs.h940 #define YURA_HASH 2 macro