Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/snic/
H A Dsnic_debugfs.c21 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()
H A Dsnic.h350 struct dentry *trc_root; member