Linux Kernel
3.7.1
|
#include <linux/bio.h>
#include <linux/slab.h>
#include <linux/dm-dirty-log.h>
#include <linux/device-mapper.h>
#include <linux/dm-log-userspace.h>
#include <linux/module.h>
#include "dm-log-userspace-transfer.h"
Go to the source code of this file.
Data Structures | |
struct | flush_entry |
struct | log_c |
Macros | |
#define | DM_LOG_USERSPACE_VSN "1.1.0" |
#define | MAX_FLUSH_GROUP_COUNT 32 |
Functions | |
module_init (userspace_dirty_log_init) | |
module_exit (userspace_dirty_log_exit) | |
MODULE_DESCRIPTION (DM_NAME" userspace dirty log link") | |
MODULE_AUTHOR ("Jonathan Brassow <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
#define DM_LOG_USERSPACE_VSN "1.1.0" |
Definition at line 16 of file dm-log-userspace-base.c.
#define MAX_FLUSH_GROUP_COUNT 32 |
Definition at line 30 of file dm-log-userspace-base.c.
MODULE_AUTHOR | ( | "Jonathan Brassow <[email protected]>" | ) |
module_exit | ( | userspace_dirty_log_exit | ) |
module_init | ( | userspace_dirty_log_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |