Searched refs:reiserfs_hash_detect (Results 1 – 3 of 3) sorted by relevance
105 reiserfs_hash_detect(sb) ? "DETECT_HASH " : "", in show_super()
1641 if (code == UNSET_HASH || reiserfs_hash_detect(s)) in what_hash()1644 if (code != UNSET_HASH && reiserfs_hash_detect(s)) { in what_hash()
566 #define reiserfs_hash_detect(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_HASH_DETECT)) macro