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