Home
last modified time | relevance | path

Searched refs:set_sb_hash_function_code (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/reiserfs/
Dsuper.c1847 set_sb_hash_function_code(SB_DISK_SUPER_BLOCK(s), code); in what_hash()
2203 set_sb_hash_function_code(rs, function2code(sbi->s_hash_function)); in reiserfs_fill_super()
Dreiserfs.h162 #define set_sb_hash_function_code(sbp,v) \ macro