Searched refs:d_counts (Results 1 – 1 of 1) sorted by relevance
146 struct dentry *d_counts = debugfs_create_dir(LOCK_EVENTS_DIR, NULL); in init_lockevent_counts() local149 if (IS_ERR(d_counts)) in init_lockevent_counts()162 if (IS_ERR(debugfs_create_file(lockevent_names[i], 0400, d_counts, in init_lockevent_counts()168 d_counts, (void *)(long)LOCKEVENT_reset_cnts, in init_lockevent_counts()174 debugfs_remove_recursive(d_counts); in init_lockevent_counts()