Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
main.c File Reference
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/completion.h>
#include <linux/sched.h>
#include "internal.h"

Go to the source code of this file.

Functions

 MODULE_DESCRIPTION ("AFS Client File System")
 
 MODULE_AUTHOR ("Red Hat, Inc.")
 
 MODULE_LICENSE ("GPL")
 
 module_param_named (debug, afs_debug, uint, S_IWUSR|S_IRUGO)
 
 MODULE_PARM_DESC (debug,"AFS debugging mask")
 
 module_param (rootcell, charp, 0)
 
 MODULE_PARM_DESC (rootcell,"root AFS cell name and VL server IP addr list")
 
 late_initcall (afs_init)
 
 module_exit (afs_exit)
 

Variables

unsigned afs_debug
 
struct afs_uuid afs_uuid
 
struct workqueue_structafs_wq
 

Function Documentation

late_initcall ( afs_init  )
MODULE_AUTHOR ( "Red  Hat,
Inc."   
)
MODULE_DESCRIPTION ( "AFS Client File System"  )
module_exit ( afs_exit  )
MODULE_LICENSE ( "GPL"  )
module_param ( rootcell  ,
charp  ,
 
)
module_param_named ( debug  ,
afs_debug  ,
uint  ,
S_IWUSR S_IRUGO 
)
MODULE_PARM_DESC ( debug  ,
"AFS debugging mask  
)
MODULE_PARM_DESC ( rootcell  ,
"root AFS cell name and VL server IP addr list  
)

Variable Documentation

unsigned afs_debug

Definition at line 23 of file main.c.

Definition at line 32 of file main.c.

Definition at line 33 of file main.c.