Linux Kernel
3.7.1
|
#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_struct * | afs_wq |
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 | , | ||
0 | |||
) |
struct workqueue_struct* afs_wq |