Searched refs:bonding_debug_root (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/bonding/
H A Dbond_debugfs.c15 static struct dentry *bonding_debug_root; variable in typeref:struct:dentry
53 debugfs_create_dir(bond->dev->name, bonding_debug_root);
68 d = debugfs_rename(bonding_debug_root, bond->debug_dir,
69 bonding_debug_root, bond->dev->name);
80 bonding_debug_root = debugfs_create_dir("bonding", NULL);
82 if (IS_ERR(bonding_debug_root))
88 debugfs_remove_recursive(bonding_debug_root);
89 bonding_debug_root = NULL;

Completed in 85 milliseconds