Lines Matching refs:dbg
972 struct ubifs_debug_info *d = c->dbg; in dbg_save_space_info()
1022 struct ubifs_debug_info *d = c->dbg; in dbg_check_space_info()
2458 struct ubifs_debug_info *d = c->dbg; in power_cut_emulated()
2576 if (c->dbg->pc_happened) in dbg_leb_write()
2598 if (c->dbg->pc_happened) in dbg_leb_change()
2614 if (c->dbg->pc_happened) in dbg_leb_unmap()
2630 if (c->dbg->pc_happened) in dbg_leb_map()
2686 struct ubifs_debug_info *d = c->dbg; in dfs_file_read()
2739 struct ubifs_debug_info *d = c->dbg; in dfs_file_write()
2819 struct ubifs_debug_info *d = c->dbg; in dbg_debugfs_init_fs()
2924 debugfs_remove_recursive(c->dbg->dfs_dir); in dbg_debugfs_exit_fs()
3090 c->dbg = kzalloc(sizeof(struct ubifs_debug_info), GFP_KERNEL); in ubifs_debugging_init()
3091 if (!c->dbg) in ubifs_debugging_init()
3103 kfree(c->dbg); in ubifs_debugging_exit()