Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
jfs_mount.c File Reference
#include <linux/fs.h>
#include <linux/buffer_head.h>
#include "jfs_incore.h"
#include "jfs_filsys.h"
#include "jfs_superblock.h"
#include "jfs_dmap.h"
#include "jfs_imap.h"
#include "jfs_metapage.h"
#include "jfs_debug.h"

Go to the source code of this file.

Functions

int jfs_mount (struct super_block *sb)
 
int jfs_mount_rw (struct super_block *sb, int remount)
 
int updateSuper (struct super_block *sb, uint state)
 
int readSuper (struct super_block *sb, struct buffer_head **bpp)
 

Function Documentation

int jfs_mount ( struct super_block sb)

Definition at line 81 of file jfs_mount.c.

int jfs_mount_rw ( struct super_block sb,
int  remount 
)

Definition at line 239 of file jfs_mount.c.

int readSuper ( struct super_block sb,
struct buffer_head **  bpp 
)

Definition at line 464 of file jfs_mount.c.

int updateSuper ( struct super_block sb,
uint  state 
)

Definition at line 409 of file jfs_mount.c.