Lines Matching defs:ubifs_debug_info
85 struct ubifs_debug_info { struct
86 struct ubifs_zbranch old_zroot;
87 int old_zroot_level;
88 unsigned long long old_zroot_sqnum;
90 int pc_happened;
91 int pc_delay;
92 unsigned long pc_timeout;
93 unsigned int pc_cnt;
94 unsigned int pc_cnt_max;
96 long long chk_lpt_sz;
97 long long chk_lpt_sz2;
98 long long chk_lpt_wastage;
99 int chk_lpt_lebs;
100 int new_nhead_offs;
101 int new_ihead_lnum;
102 int new_ihead_offs;
104 struct ubifs_lp_stats saved_lst;
105 struct ubifs_budg_info saved_bi;
106 long long saved_free;
107 int saved_idx_gc_cnt;
109 unsigned int chk_gen:1;
110 unsigned int chk_index:1;
111 unsigned int chk_orph:1;
112 unsigned int chk_lprops:1;
113 unsigned int chk_fs:1;
114 unsigned int tst_rcvry:1;
116 char dfs_dir_name[UBIFS_DFS_DIR_LEN + 1];
117 struct dentry *dfs_dir;
118 struct dentry *dfs_dump_lprops;
119 struct dentry *dfs_dump_budg;
120 struct dentry *dfs_dump_tnc;
121 struct dentry *dfs_chk_gen;
122 struct dentry *dfs_chk_index;
123 struct dentry *dfs_chk_orph;
124 struct dentry *dfs_chk_lprops;
125 struct dentry *dfs_chk_fs;
126 struct dentry *dfs_tst_rcvry;