Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions
linuxvfs.c File Reference
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/errno.h>
#include <linux/stat.h>
#include <linux/nls.h>
#include <linux/buffer_head.h>
#include <linux/vfs.h>
#include <linux/parser.h>
#include <linux/namei.h>
#include <linux/sched.h>
#include "befs.h"
#include "btree.h"
#include "inode.h"
#include "datastream.h"
#include "super.h"
#include "io.h"

Go to the source code of this file.

Macros

#define VFS_BLOCK_SIZE   512
 

Enumerations

enum  {
  Opt_uid, Opt_gid, Opt_charset, Opt_debug,
  Opt_err
}
 

Functions

 MODULE_DESCRIPTION ("BeOS File System (BeFS) driver")
 
 MODULE_AUTHOR ("Will Dyson")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define VFS_BLOCK_SIZE   512

Definition at line 32 of file linuxvfs.c.

Enumeration Type Documentation

anonymous enum

Use the

Enumerator:
Opt_uid 
Opt_gid 
Opt_charset 
Opt_debug 
Opt_err 

Definition at line 667 of file linuxvfs.c.

Function Documentation

MODULE_AUTHOR ( "Will Dyson"  )
MODULE_DESCRIPTION ( "BeOS File System (BeFS) driver )
MODULE_LICENSE ( "GPL"  )