Welcome to mirror list, hosted at ThFree Co, Russian Federation.

super.h « befs « fs - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc4556376a2206ac43431bddb3815b60615bcb42 (plain)
1
2
3
4
5
6
7
8
/*
 * super.h
 */

int befs_load_sb(struct super_block *sb, befs_super_block * disk_sb);

int befs_check_sb(struct super_block *sb);