Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/reiserfs/
Dsuper.c1022 return UNSET_HASH ; in find_hash_out()
1044 hash = UNSET_HASH; in find_hash_out()
1055 hash = UNSET_HASH; in find_hash_out()
1074 if (code == UNSET_HASH || reiserfs_hash_detect(s)) in what_hash()
1077 if (code != UNSET_HASH && reiserfs_hash_detect(s)) { in what_hash()
1084 code = UNSET_HASH ; in what_hash()
1088 code = UNSET_HASH ; in what_hash()
1092 code = UNSET_HASH ; in what_hash()
1108 if (code != UNSET_HASH && in what_hash()
Dprocfs.c392 ( hash_code == UNSET_HASH ) ? "unset" : "unknown", in reiserfs_on_disk_super_in_proc()
/linux-2.4.37.9/include/linux/
Dreiserfs_fs_sb.h17 #define UNSET_HASH 0 // read_super will guess about, what hash names macro
Dreiserfs_fs.h102 #define UNSET_HASH 0 // read_super will guess about, what hash names macro