Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dprocfs.c105 reiserfs_hash_detect(sb) ? "DETECT_HASH " : "", in show_super()
Dsuper.c1641 if (code == UNSET_HASH || reiserfs_hash_detect(s)) in what_hash()
1644 if (code != UNSET_HASH && reiserfs_hash_detect(s)) { in what_hash()
Dreiserfs.h566 #define reiserfs_hash_detect(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_HASH_DETECT)) macro