Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
super.h File Reference

Go to the source code of this file.

Functions

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

Function Documentation

int befs_check_sb ( struct super_block sb)

Definition at line 60 of file super.c.

int befs_load_sb ( struct super_block sb,
befs_super_block *  disk_sb 
)

load_befs_sb – Read from disk and properly byteswap all the fields of the befs superblock

Definition at line 25 of file super.c.