Searched refs:bonding_debug_root (Results 1 – 1 of 1) sorted by relevance
14 static struct dentry *bonding_debug_root; variable63 if (!bonding_debug_root) in bond_debug_register()67 debugfs_create_dir(bond->dev->name, bonding_debug_root); in bond_debug_register()80 if (!bonding_debug_root) in bond_debug_unregister()90 if (!bonding_debug_root) in bond_debug_reregister()93 d = debugfs_rename(bonding_debug_root, bond->debug_dir, in bond_debug_reregister()94 bonding_debug_root, bond->dev->name); in bond_debug_reregister()105 bonding_debug_root = debugfs_create_dir("bonding", NULL); in bond_create_debugfs()107 if (!bonding_debug_root) { in bond_create_debugfs()114 debugfs_remove_recursive(bonding_debug_root); in bond_destroy_debugfs()[all …]