|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/blkdev.h>#include <linux/bio.h>#include <linux/slab.h>#include <linux/device-mapper.h>Go to the source code of this file.
Data Structures | |
| struct | delay_c |
| struct | dm_delay_info |
Macros | |
| #define | DM_MSG_PREFIX "delay" |
Functions | |
| module_init (dm_delay_init) | |
| module_exit (dm_delay_exit) | |
| MODULE_DESCRIPTION (DM_NAME" delay target") | |
| MODULE_AUTHOR ("Heinz Mauelshagen <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| #define DM_MSG_PREFIX "delay" |
Definition at line 18 of file dm-delay.c.
| MODULE_AUTHOR | ( | "Heinz Mauelshagen <[email protected]>" | ) |
| module_exit | ( | dm_delay_exit | ) |
| module_init | ( | dm_delay_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2