Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
super.c File Reference
#include <linux/fs.h>
#include <linux/vfs.h>
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/pagemap.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/magic.h>
#include <linux/xattr.h>
#include "squashfs_fs.h"
#include "squashfs_fs_sb.h"
#include "squashfs_fs_i.h"
#include "squashfs.h"
#include "decompressor.h"
#include "xattr.h"

Go to the source code of this file.

Functions

 module_init (init_squashfs_fs)
 
 module_exit (exit_squashfs_fs)
 
 MODULE_DESCRIPTION ("squashfs 4.0, a compressed read-only filesystem")
 
 MODULE_AUTHOR ("Phillip Lougher <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

MODULE_AUTHOR ( "Phillip Lougher <[email protected]>"  )
MODULE_DESCRIPTION ( "squashfs 4.  0,
a compressed read-only filesystem"   
)
module_exit ( exit_squashfs_fs  )
module_init ( init_squashfs_fs  )
MODULE_LICENSE ( "GPL"  )