Searched refs:dbg_entry (Results 1 – 1 of 1) sorted by relevance
263 struct dentry *dbg_entry; member1151 b->dbg_entry = debugfs_create_file("vmmemctl", S_IRUGO, NULL, b, in vmballoon_debugfs_init()1153 if (IS_ERR(b->dbg_entry)) { in vmballoon_debugfs_init()1154 error = PTR_ERR(b->dbg_entry); in vmballoon_debugfs_init()1164 debugfs_remove(b->dbg_entry); in vmballoon_debugfs_exit()