Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dsuper.c1896 sbi->s_hash_function = hash_function(s); in reiserfs_fill_super()
1897 if (sbi->s_hash_function == NULL) { in reiserfs_fill_super()
1997 set_sb_hash_function_code(rs, function2code(sbi->s_hash_function)); in reiserfs_fill_super()
Dnamei.c184 res = REISERFS_SB(s)->s_hash_function(name, len); in get_third_component()
Dreiserfs.h436 hashf_t s_hash_function; /* pointer to function which is used member