Searched refs:dbg_entry (Results 1 – 1 of 1) sorted by relevance
306 struct dentry *dbg_entry; member1237 b->dbg_entry = debugfs_create_file("vmmemctl", S_IRUGO, NULL, b, in vmballoon_debugfs_init()1239 if (IS_ERR(b->dbg_entry)) { in vmballoon_debugfs_init()1240 error = PTR_ERR(b->dbg_entry); in vmballoon_debugfs_init()1250 debugfs_remove(b->dbg_entry); in vmballoon_debugfs_exit()