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