Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
i2o_block.h File Reference

Go to the source code of this file.

Data Structures

struct  i2o_block_mempool
 
struct  i2o_block_device
 
struct  i2o_block_request
 
struct  i2o_block_delayed_request
 

Macros

#define I2O_BLOCK_RETRY_TIME   HZ/4
 
#define I2O_BLOCK_MAX_OPEN_REQUESTS   50
 
#define I2O_BLOCK_REQ_MEMPOOL_SIZE   32
 
#define KERNEL_SECTOR_SHIFT   9
 
#define KERNEL_SECTOR_SIZE   (1 << KERNEL_SECTOR_SHIFT)
 

Macro Definition Documentation

#define I2O_BLOCK_MAX_OPEN_REQUESTS   50

Definition at line 57 of file i2o_block.h.

#define I2O_BLOCK_REQ_MEMPOOL_SIZE   32

Definition at line 60 of file i2o_block.h.

#define I2O_BLOCK_RETRY_TIME   HZ/4

Definition at line 56 of file i2o_block.h.

#define KERNEL_SECTOR_SHIFT   9

Definition at line 62 of file i2o_block.h.

#define KERNEL_SECTOR_SIZE   (1 << KERNEL_SECTOR_SHIFT)

Definition at line 63 of file i2o_block.h.