Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vxfs_super.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/blkdev.h>
#include <linux/fs.h>
#include <linux/buffer_head.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/stat.h>
#include <linux/vfs.h>
#include <linux/mount.h>
#include "vxfs.h"
#include "vxfs_extern.h"
#include "vxfs_dir.h"
#include "vxfs_inode.h"

Go to the source code of this file.

Functions

 MODULE_AUTHOR ("Christoph Hellwig")
 
 MODULE_DESCRIPTION ("Veritas Filesystem (VxFS) driver")
 
 MODULE_LICENSE ("Dual BSD/GPL")
 
 MODULE_ALIAS ("vxfs")
 
 module_init (vxfs_init)
 
 module_exit (vxfs_cleanup)
 

Function Documentation

MODULE_ALIAS ( "vxfs"  )
MODULE_AUTHOR ( "Christoph Hellwig"  )
MODULE_DESCRIPTION ( "Veritas Filesystem (VxFS) driver )
module_exit ( vxfs_cleanup  )
module_init ( vxfs_init  )
MODULE_LICENSE ( "Dual BSD/GPL"  )