https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a3f643d6b0055e8eb5e7bb9dd26009d64b9791f4 authored by Jason Self on 23 June 2011, 22:29:18 UTC
Linux-libre 2.6.33.15-gnu1
Tip revision: a3f643d
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