Home
last modified time | relevance | path

Searched refs:trc_root (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/snic/
Dsnic_debugfs.c35 snic_glob->trc_root = debugfs_create_dir("snic", NULL); in snic_debugfs_init()
38 snic_glob->trc_root); in snic_debugfs_init()
54 debugfs_remove(snic_glob->trc_root); in snic_debugfs_term()
55 snic_glob->trc_root = NULL; in snic_debugfs_term()
442 snic_glob->trc_root, &snic_glob->trc.enable); in snic_trc_debugfs_init()
445 snic_glob->trc_root, NULL, &snic_trc_fops); in snic_trc_debugfs_init()
454 debugfs_lookup_and_remove(TRC_FILE, snic_glob->trc_root); in snic_trc_debugfs_term()
455 debugfs_lookup_and_remove(TRC_ENABLE_FILE, snic_glob->trc_root); in snic_trc_debugfs_term()
Dsnic.h364 struct dentry *trc_root; member