Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Mar 24-27, 2025, special US time zones
Register
Loading...
v3.15
1/*
2 * super.h
3 */
4
5int befs_load_sb(struct super_block *sb, befs_super_block * disk_sb);
6
7int befs_check_sb(struct super_block *sb);
8
v6.2
1/*
2 * super.h
3 */
4
5int befs_load_sb(struct super_block *sb, befs_super_block *disk_sb);
 
6int befs_check_sb(struct super_block *sb);