Lines Matching defs:ubifs_debug_info
75 struct ubifs_debug_info { struct
76 struct ubifs_zbranch old_zroot;
77 int old_zroot_level;
78 unsigned long long old_zroot_sqnum;
80 int pc_happened;
81 int pc_delay;
82 unsigned long pc_timeout;
83 unsigned int pc_cnt;
84 unsigned int pc_cnt_max;
86 long long chk_lpt_sz;
87 long long chk_lpt_sz2;
88 long long chk_lpt_wastage;
89 int chk_lpt_lebs;
90 int new_nhead_offs;
91 int new_ihead_lnum;
92 int new_ihead_offs;
94 struct ubifs_lp_stats saved_lst;
95 struct ubifs_budg_info saved_bi;
96 long long saved_free;
97 int saved_idx_gc_cnt;
99 unsigned int chk_gen:1;
100 unsigned int chk_index:1;
101 unsigned int chk_orph:1;
102 unsigned int chk_lprops:1;
103 unsigned int chk_fs:1;
104 unsigned int tst_rcvry:1;
106 char dfs_dir_name[UBIFS_DFS_DIR_LEN + 1];
107 struct dentry *dfs_dir;
108 struct dentry *dfs_dump_lprops;
109 struct dentry *dfs_dump_budg;
110 struct dentry *dfs_dump_tnc;
111 struct dentry *dfs_chk_gen;
112 struct dentry *dfs_chk_index;
113 struct dentry *dfs_chk_orph;
114 struct dentry *dfs_chk_lprops;
115 struct dentry *dfs_chk_fs;
116 struct dentry *dfs_tst_rcvry;
117 struct dentry *dfs_ro_error;