|
Linux Kernel
3.7.1
|
#include <debug.h>
Data Fields | |
| struct ubifs_zbranch | old_zroot |
| int | old_zroot_level |
| unsigned long long | old_zroot_sqnum |
| int | pc_happened |
| int | pc_delay |
| unsigned long | pc_timeout |
| unsigned int | pc_cnt |
| unsigned int | pc_cnt_max |
| long long | chk_lpt_sz |
| long long | chk_lpt_sz2 |
| long long | chk_lpt_wastage |
| int | chk_lpt_lebs |
| int | new_nhead_offs |
| int | new_ihead_lnum |
| int | new_ihead_offs |
| struct ubifs_lp_stats | saved_lst |
| struct ubifs_budg_info | saved_bi |
| long long | saved_free |
| int | saved_idx_gc_cnt |
| 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 |
| char | dfs_dir_name [UBIFS_DFS_DIR_LEN+1] |
| struct dentry * | dfs_dir |
| struct dentry * | dfs_dump_lprops |
| struct dentry * | dfs_dump_budg |
| struct dentry * | dfs_dump_tnc |
| struct dentry * | dfs_chk_gen |
| struct dentry * | dfs_chk_index |
| struct dentry * | dfs_chk_orph |
| struct dentry * | dfs_chk_lprops |
| struct dentry * | dfs_chk_fs |
| struct dentry * | dfs_tst_rcvry |
| struct dentry * | dfs_ro_error |
ubifs_debug_info - per-FS debugging information. : old index root - used by 'dbg_check_old_index()' : old index root level - used by 'dbg_check_old_index()' : old index root sqnum - used by 'dbg_check_old_index()'
: non-zero if an emulated power cut happened : 0=>don't delay, 1=>delay a time, 2=>delay a number of calls : time in jiffies when delay of failure mode expires : current number of calls to failure mode I/O functions : number of calls by which to delay failure mode
: used by LPT tree size checker : used by LPT tree size checker : used by LPT tree size checker : used by LPT tree size checker : used by LPT tree size checker : used by debugging to check ->ihead_lnum : used by debugging to check ->ihead_offs
: saved lprops statistics (used by 'dbg_save_space_info()') : saved budgeting information : saved amount of free space : saved value of ->idx_gc_cnt
: 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
: name of debugfs directory containing this file-system's files : direntry object of the file-system debugfs directory : "dump lprops" debugfs knob : "dump budgeting information" debugfs knob : "dump TNC" debugfs knob : debugfs knob to enable UBIFS general extra checks : debugfs knob to enable UBIFS index extra checks : debugfs knob to enable UBIFS orphans extra checks : debugfs knob to enable UBIFS LEP properties extra checks : debugfs knob to enable UBIFS contents extra checks : debugfs knob to enable UBIFS recovery testing : debugfs knob to switch UBIFS to R/O mode (different to re-mounting to R/O mode because it does not flush any buffers and UBIFS just starts returning -EROFS on all write operations)
| char dfs_dir_name[UBIFS_DFS_DIR_LEN+1] |
| struct ubifs_zbranch old_zroot |
| struct ubifs_budg_info saved_bi |
| struct ubifs_lp_stats saved_lst |
1.8.2