#include <linux/hdreg.h>
#include <linux/blkdev.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/slab.h>
#include "aoe.h"
Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
TINIT | |
TRUN | |
TKILL | |
Definition at line 28 of file aoemain.c.
◆ aoe_exit()
static void aoe_exit |
( |
void |
| ) |
|
|
static |
◆ aoe_init()
static int __init aoe_init |
( |
void |
| ) |
|
|
static |
Definition at line 97 of file aoemain.c.
References AOE_MAJOR, aoeblk_exit(), aoeblk_init(), aoechr_exit(), aoechr_init(), aoecmd_exit(), aoecmd_init(), aoedbg_init(), aoedev_exit(), aoedev_init(), aoenet_exit(), aoenet_init(), DEVICE_NAME, discover_timer(), TINIT, and VERSION.
◆ aoe_kcalloc()
void* aoe_kcalloc |
( |
size_t |
n, |
|
|
size_t |
size, |
|
|
int |
flags |
|
) |
| |
◆ discover_timer()
static void discover_timer |
( |
ulong |
vp | ) |
|
|
static |
◆ MODULE_AUTHOR()
MODULE_AUTHOR |
( |
"Sam Hopkins <sah@coraid.com>" |
| ) |
|
◆ MODULE_DESCRIPTION()
MODULE_DESCRIPTION |
( |
"AoE block/char driver for 2.6.2 and newer 2.6 kernels" |
| ) |
|
◆ module_exit()
◆ module_init()
◆ MODULE_LICENSE()
◆ module_param_string()
◆ MODULE_PARM_DESC()
◆ MODULE_VERSION()
◆ version