Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
block Struct Reference

Public Types

enum  {
  BLOCK_OK, BLOCK_ERASING, BLOCK_ERASED, BLOCK_UNUSED,
  BLOCK_FAILED
}
 

Data Fields

enum block:: { ... }  state
 
int free_sectors
 
int used_sectors
 
int erases
 
u_long offset
 

Detailed Description

Definition at line 56 of file rfd_ftl.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
BLOCK_OK 
BLOCK_ERASING 
BLOCK_ERASED 
BLOCK_UNUSED 
BLOCK_FAILED 

Definition at line 57 of file rfd_ftl.c.

Field Documentation

int erases

Definition at line 66 of file rfd_ftl.c.

int free_sectors

Definition at line 64 of file rfd_ftl.c.

Definition at line 67 of file rfd_ftl.c.

enum { ... } state
int used_sectors

Definition at line 65 of file rfd_ftl.c.


The documentation for this struct was generated from the following file: