https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 1a05fe3feb7c3880b9c2e1b4c7759866192b44db authored by Jason Self on 10 March 2014, 16:45:11 UTC
Linux-libre 3.12.14-gnu
Tip revision: 1a05fe3
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