Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/
Dsuper.c2087 sbi->s_hash_function = hash_function(s); in reiserfs_fill_super()
2088 if (sbi->s_hash_function == NULL) { in reiserfs_fill_super()
2203 set_sb_hash_function_code(rs, function2code(sbi->s_hash_function)); in reiserfs_fill_super()
Dnamei.c196 res = REISERFS_SB(s)->s_hash_function(name, len); in get_third_component()
Dreiserfs.h547 hashf_t s_hash_function; member