Home
last modified time | relevance | path

Searched refs:sb_hash_function_code (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
Dprints.c590 reiserfs_hashname(sb_hash_function_code(rs))); in print_super_block()
Dsuper.c1794 code = sb_hash_function_code(SB_DISK_SUPER_BLOCK(s)); in what_hash()
1848 code != sb_hash_function_code(SB_DISK_SUPER_BLOCK(s))) { in what_hash()
Dreiserfs.h162 #define sb_hash_function_code(sbp) \ macro
/kernel/linux/linux-6.6/fs/reiserfs/
Dprints.c590 reiserfs_hashname(sb_hash_function_code(rs))); in print_super_block()
Dsuper.c1792 code = sb_hash_function_code(SB_DISK_SUPER_BLOCK(s)); in what_hash()
1846 code != sb_hash_function_code(SB_DISK_SUPER_BLOCK(s))) { in what_hash()
Dreiserfs.h160 #define sb_hash_function_code(sbp) \ macro