Lines Matching refs:dbg
982 struct ubifs_debug_info *d = c->dbg; in dbg_save_space_info()
1032 struct ubifs_debug_info *d = c->dbg; in dbg_check_space_info()
2504 struct ubifs_debug_info *d = c->dbg; in power_cut_emulated()
2622 if (c->dbg->pc_happened) in dbg_leb_write()
2644 if (c->dbg->pc_happened) in dbg_leb_change()
2660 if (c->dbg->pc_happened) in dbg_leb_unmap()
2676 if (c->dbg->pc_happened) in dbg_leb_map()
2732 struct ubifs_debug_info *d = c->dbg; in dfs_file_read()
2785 struct ubifs_debug_info *d = c->dbg; in dfs_file_write()
2865 struct ubifs_debug_info *d = c->dbg; in dbg_debugfs_init_fs()
2970 debugfs_remove_recursive(c->dbg->dfs_dir); in dbg_debugfs_exit_fs()
3136 c->dbg = kzalloc(sizeof(struct ubifs_debug_info), GFP_KERNEL); in ubifs_debugging_init()
3137 if (!c->dbg) in ubifs_debugging_init()
3149 kfree(c->dbg); in ubifs_debugging_exit()