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

#include <debug.h>

Data Fields

unsigned int chk_gen:1
 
unsigned int chk_index:1
 
unsigned int chk_orph:1
 
unsigned int chk_lprops:1
 
unsigned int chk_fs:1
 
unsigned int tst_rcvry:1
 

Detailed Description

ubifs_global_debug_info - global (not per-FS) UBIFS debugging information.

: if general extra checks are enabled : if index xtra checks are enabled : if orphans extra checks are enabled : if lprops extra checks are enabled : if UBIFS contents extra checks are enabled : if UBIFS recovery testing mode enabled

Definition at line 142 of file debug.h.

Field Documentation

unsigned int chk_fs

Definition at line 147 of file debug.h.

unsigned int chk_gen

Definition at line 143 of file debug.h.

unsigned int chk_index

Definition at line 144 of file debug.h.

unsigned int chk_lprops

Definition at line 146 of file debug.h.

unsigned int chk_orph

Definition at line 145 of file debug.h.

unsigned int tst_rcvry

Definition at line 148 of file debug.h.


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