Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vxfs_olt.c File Reference
#include <linux/fs.h>
#include <linux/buffer_head.h>
#include <linux/kernel.h>
#include "vxfs.h"
#include "vxfs_olt.h"
#include "vxfs_extern.h"

Go to the source code of this file.

Functions

int vxfs_read_olt (struct super_block *sbp, u_long bsize)
 

Function Documentation

int vxfs_read_olt ( struct super_block sbp,
u_long  bsize 
)

vxfs_read_olt - read olt : superblock of the filesystem : blocksize of the filesystem

Description: vxfs_read_olt reads the olt of the filesystem described by into main memory and does some basic setup.

Returns: Zero on success, else a negative error code.

Definition at line 77 of file vxfs_olt.c.