Searched refs:stats_file (Results 1 – 2 of 2) sorted by relevance
350 snic->stats_file = debugfs_create_file("stats", S_IFREG|S_IRUGO, in snic_stats_debugfs_init()370 debugfs_remove(snic->stats_file); in snic_stats_debugfs_remove()371 snic->stats_file = NULL; in snic_stats_debugfs_remove()
322 struct dentry *stats_file; /* Per snic debugfs file */ member