Lines Matching defs:hv_debug_root
14 static struct dentry *hv_debug_root;
104 if (hv_debug_root)
116 if (!IS_ERR(hv_debug_root)) {
117 dev_root = debugfs_create_dir(device, hv_debug_root);
137 return PTR_ERR(hv_debug_root);
143 if (!IS_ERR(hv_debug_root))
150 debugfs_remove_recursive(hv_debug_root);
172 hv_debug_root = debugfs_create_dir("hyperv", NULL);
173 if (IS_ERR(hv_debug_root)) {
175 return PTR_ERR(hv_debug_root);