Home
last modified time | relevance | path

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

/linux-4.1.27/fs/reiserfs/
Dsuper.c2037 sbi->s_hash_function = hash_function(s); in reiserfs_fill_super()
2038 if (sbi->s_hash_function == NULL) { in reiserfs_fill_super()
2153 set_sb_hash_function_code(rs, function2code(sbi->s_hash_function)); in reiserfs_fill_super()
Dnamei.c195 res = REISERFS_SB(s)->s_hash_function(name, len); in get_third_component()
Dreiserfs.h548 hashf_t s_hash_function; member