Linux Kernel
3.7.1
|
#include <linux/fs.h>
#include <linux/buffer_head.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/string.h>
#include "vxfs.h"
#include "vxfs_inode.h"
#include "vxfs_extern.h"
#include "vxfs_fshead.h"
Go to the source code of this file.
Functions | |
int | vxfs_read_fshead (struct super_block *sbp) |
int vxfs_read_fshead | ( | struct super_block * | sbp | ) |
vxfs_read_fshead - read the fileset headers : superblock to which the fileset belongs
Description: vxfs_read_fshead will fill the inode and structural inode list in .
Returns: Zero on success, else a negative error code (-EINVAL).
Definition at line 107 of file vxfs_fshead.c.