Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
Dsuper.c1758 hash = YURA_HASH; in find_hash_out()
1780 hash = YURA_HASH; in find_hash_out()
1815 if (reiserfs_rupasov_hash(s) && code != YURA_HASH) { in what_hash()
1840 code = YURA_HASH; in what_hash()
1867 case YURA_HASH: in hash_function()
1883 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