Home
last modified time | relevance | path

Searched refs:reiserfs_tea_hash (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dprocfs.c106 reiserfs_tea_hash(sb) ? "FORCE_TEA " : "", in show_super()
H A Dsuper.c1815 } else if (reiserfs_tea_hash(s) && code != TEA_HASH) { in what_hash()
1835 } else if (reiserfs_tea_hash(s)) { in what_hash()
H A Dreiserfs.h719 #define reiserfs_tea_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_TEA_HASH)) macro
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dprocfs.c106 reiserfs_tea_hash(sb) ? "FORCE_TEA " : "", in show_super()
H A Dsuper.c1813 } else if (reiserfs_tea_hash(s) && code != TEA_HASH) { in what_hash()
1833 } else if (reiserfs_tea_hash(s)) { in what_hash()
H A Dreiserfs.h716 #define reiserfs_tea_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_TEA_HASH)) macro

Completed in 20 milliseconds