Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
super.c File Reference
#include <linux/fs.h>
#include <asm/page.h>
#include "befs.h"
#include "super.h"

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.