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

Go to the source code of this file.

Macros

#define OSST_MAX_TAPES   4
 
#define OSST_IN_FILE_POS   1
 
#define OSST_BUFFER_BLOCKS   32
 
#define OSST_WRITE_THRESHOLD_BLOCKS   32
 
#define OSST_EOM_RESERVE   300
 
#define OSST_MAX_BUFFERS   OSST_MAX_TAPES
 
#define OSST_MAX_SG   (((OSST_BUFFER_BLOCKS*1024) / PAGE_SIZE) + 1)
 
#define OSST_FIRST_SG   ((OSST_BUFFER_BLOCKS*1024) / PAGE_SIZE)
 
#define OSST_FIRST_ORDER   (15-PAGE_SHIFT)
 
#define OSST_TWO_FM   0
 
#define OSST_BUFFER_WRITES   1
 
#define OSST_ASYNC_WRITES   1
 
#define OSST_READ_AHEAD   1
 
#define OSST_AUTO_LOCK   0
 
#define OSST_FAST_MTEOM   0
 
#define OSST_SCSI2LOGICAL   0
 
#define OSST_SYSV   0
 

Macro Definition Documentation

#define OSST_ASYNC_WRITES   1

Definition at line 79 of file osst_options.h.

#define OSST_AUTO_LOCK   0

Definition at line 88 of file osst_options.h.

#define OSST_BUFFER_BLOCKS   32

Definition at line 31 of file osst_options.h.

#define OSST_BUFFER_WRITES   1

Definition at line 74 of file osst_options.h.

#define OSST_EOM_RESERVE   300

Definition at line 42 of file osst_options.h.

#define OSST_FAST_MTEOM   0

Definition at line 94 of file osst_options.h.

#define OSST_FIRST_ORDER   (15-PAGE_SHIFT)

Definition at line 60 of file osst_options.h.

#define OSST_FIRST_SG   ((OSST_BUFFER_BLOCKS*1024) / PAGE_SIZE)

Definition at line 55 of file osst_options.h.

#define OSST_IN_FILE_POS   1

Definition at line 27 of file osst_options.h.

#define OSST_MAX_BUFFERS   OSST_MAX_TAPES

Definition at line 47 of file osst_options.h.

#define OSST_MAX_SG   (((OSST_BUFFER_BLOCKS*1024) / PAGE_SIZE) + 1)

Definition at line 51 of file osst_options.h.

#define OSST_MAX_TAPES   4

Definition at line 20 of file osst_options.h.

#define OSST_READ_AHEAD   1

Definition at line 83 of file osst_options.h.

#define OSST_SCSI2LOGICAL   0

Definition at line 99 of file osst_options.h.

#define OSST_SYSV   0

Definition at line 103 of file osst_options.h.

#define OSST_TWO_FM   0

Definition at line 69 of file osst_options.h.

#define OSST_WRITE_THRESHOLD_BLOCKS   32

Definition at line 36 of file osst_options.h.