thesis/linux-6.8.1/fs/befs/super.h
2025-03-19 13:44:23 +01:00

6 lines
131 B
C

/*
* super.h
*/
int befs_load_sb(struct super_block *sb, befs_super_block *disk_sb);
int befs_check_sb(struct super_block *sb);