Home
last modified time | relevance | path

Searched refs:reiserfs_hash_detect (Results 1 – 3 of 3) sorted by relevance

/fs/reiserfs/
Dprocfs.c107 reiserfs_hash_detect(sb) ? "DETECT_HASH " : "", in show_super()
Dsuper.c1801 if (code == UNSET_HASH || reiserfs_hash_detect(s)) in what_hash()
1804 if (code != UNSET_HASH && reiserfs_hash_detect(s)) { in what_hash()
Dreiserfs.h718 #define reiserfs_hash_detect(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_HASH_DETECT)) macro