Home
last modified time | relevance | path

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

/linux-2.6.39/fs/reiserfs/
Dsuper.c1514 hash = R5_HASH; in find_hash_out()
1556 } else if (reiserfs_r5_hash(s) && code != R5_HASH) { in what_hash()
1570 code = R5_HASH; in what_hash()
1595 case R5_HASH: in hash_function()
1610 return R5_HASH; in function2code()
Dprocfs.c255 (hash_code == R5_HASH) ? "r5" : in show_on_disk_super()
Dprints.c513 if (code == R5_HASH) in reiserfs_hashname()
/linux-2.6.39/include/linux/
Dreiserfs_fs.h223 #define R5_HASH 3 macro
224 #define DEFAULT_HASH R5_HASH