Linux Kernel
3.7.1
|
#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 dentry * | dfs_dir |
struct dentry * | dfs_chk_gen |
struct dentry * | dfs_chk_io |
struct dentry * | dfs_disable_bgt |
struct dentry * | dfs_emulate_bitflips |
struct dentry * | dfs_emulate_io_failures |
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
char dfs_dir_name[UBI_DFS_DIR_LEN+1] |