Searched refs:trc_root (Results 1 – 2 of 2) sorted by relevance
21 snic_glob->trc_root = debugfs_create_dir("snic", NULL); in snic_debugfs_init()24 snic_glob->trc_root); in snic_debugfs_init()40 debugfs_remove(snic_glob->trc_root); in snic_debugfs_term()41 snic_glob->trc_root = NULL; in snic_debugfs_term()428 snic_glob->trc_root, &snic_glob->trc.enable); in snic_trc_debugfs_init()431 snic_glob->trc_root, NULL, &snic_trc_fops); in snic_trc_debugfs_init()440 debugfs_lookup_and_remove(TRC_FILE, snic_glob->trc_root); in snic_trc_debugfs_term()441 debugfs_lookup_and_remove(TRC_ENABLE_FILE, snic_glob->trc_root); in snic_trc_debugfs_term()
350 struct dentry *trc_root; member