Lines Matching refs:dbg
981 struct ubifs_debug_info *d = c->dbg; in dbg_save_space_info()
1031 struct ubifs_debug_info *d = c->dbg; in dbg_check_space_info()
2503 struct ubifs_debug_info *d = c->dbg; in power_cut_emulated()
2621 if (c->dbg->pc_happened) in dbg_leb_write()
2643 if (c->dbg->pc_happened) in dbg_leb_change()
2659 if (c->dbg->pc_happened) in dbg_leb_unmap()
2675 if (c->dbg->pc_happened) in dbg_leb_map()
2731 struct ubifs_debug_info *d = c->dbg; in dfs_file_read()
2784 struct ubifs_debug_info *d = c->dbg; in dfs_file_write()
2864 struct ubifs_debug_info *d = c->dbg; in dbg_debugfs_init_fs()
2969 debugfs_remove_recursive(c->dbg->dfs_dir); in dbg_debugfs_exit_fs()
3135 c->dbg = kzalloc(sizeof(struct ubifs_debug_info), GFP_KERNEL); in ubifs_debugging_init()
3136 if (!c->dbg) in ubifs_debugging_init()
3148 kfree(c->dbg); in ubifs_debugging_exit()