Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dsuper.c1784 hash = R5_HASH; in find_hash_out()
1827 } else if (reiserfs_r5_hash(s) && code != R5_HASH) { in what_hash()
1844 code = R5_HASH; in what_hash()
1870 case R5_HASH: in hash_function()
1885 return R5_HASH; in function2code()
H A Dprocfs.c259 (hash_code == R5_HASH) ? "r5" : in show_on_disk_super()
H A Dprints.c539 if (code == R5_HASH) in reiserfs_hashname()
H A Dreiserfs.h942 #define R5_HASH 3 macro
943 #define DEFAULT_HASH R5_HASH