Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ubi_debug_info Struct Reference

#include <debug.h>

Data Fields

unsigned int chk_gen:1
 
unsigned int chk_io:1
 
unsigned int disable_bgt:1
 
unsigned int emulate_bitflips:1
 
unsigned int emulate_io_failures:1
 
char dfs_dir_name [UBI_DFS_DIR_LEN+1]
 
struct dentrydfs_dir
 
struct dentrydfs_chk_gen
 
struct dentrydfs_chk_io
 
struct dentrydfs_disable_bgt
 
struct dentrydfs_emulate_bitflips
 
struct dentrydfs_emulate_io_failures
 

Detailed Description

struct ubi_debug_info - debugging information for an UBI device.

: if UBI general extra checks are enabled : if UBI I/O extra checks are enabled : disable the background task for testing purposes : emulate bit-flips for testing purposes : emulate write/erase failures for testing purposes : name of debugfs directory containing files of this UBI device : direntry object of the UBI device debugfs directory : debugfs knob to enable UBI general extra checks : debugfs knob to enable UBI I/O extra checks : debugfs knob to disable the background task : debugfs knob to emulate bit-flips : debugfs knob to emulate write/erase failures

Definition at line 93 of file debug.h.

Field Documentation

unsigned int chk_gen

Definition at line 94 of file debug.h.

unsigned int chk_io

Definition at line 95 of file debug.h.

struct dentry* dfs_chk_gen

Definition at line 101 of file debug.h.

struct dentry* dfs_chk_io

Definition at line 102 of file debug.h.

struct dentry* dfs_dir

Definition at line 100 of file debug.h.

char dfs_dir_name[UBI_DFS_DIR_LEN+1]

Definition at line 99 of file debug.h.

struct dentry* dfs_disable_bgt

Definition at line 103 of file debug.h.

struct dentry* dfs_emulate_bitflips

Definition at line 104 of file debug.h.

struct dentry* dfs_emulate_io_failures

Definition at line 105 of file debug.h.

unsigned int disable_bgt

Definition at line 96 of file debug.h.

unsigned int emulate_bitflips

Definition at line 97 of file debug.h.

unsigned int emulate_io_failures

Definition at line 98 of file debug.h.


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