Revision 6613476e225e090cc9aad49be7fa504e290dd33d authored by Linus Torvalds on 21 January 2024, 22:11:32 UTC, committed by Linus Torvalds on 21 January 2024, 22:11:32 UTC
1 parent 35a4474
Raw File
super.h
/*
 * super.h
 */

int befs_load_sb(struct super_block *sb, befs_super_block *disk_sb);
int befs_check_sb(struct super_block *sb);
back to top