#include <linux/string.h>
#include <linux/parser.h>
#include <linux/timer.h>
#include <linux/fs.h>
#include <linux/blkdev.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/bio.h>
#include <linux/genhd.h>
#include <linux/file.h>
#include <linux/module.h>
#include <scsi/scsi.h>
#include <scsi/scsi_host.h>
#include <asm/unaligned.h>
#include <target/target_core_base.h>
#include <target/target_core_backend.h>
#include "target_core_iblock.h"
Go to the source code of this file.
#define IBLOCK_BIO_POOL_SIZE 128 |
#define IBLOCK_MAX_BIO_PER_TASK 32 /* max # of bios to submit at a time */ |
MODULE_DESCRIPTION |
( |
"TCM IBLOCK subsystem plugin" |
| ) |
|
module_exit |
( |
iblock_module_exit |
| ) |
|
module_init |
( |
iblock_module_init |
| ) |
|