pkt_debugfs_root  104 drivers/block/pktcdvd.c static struct dentry	*pkt_debugfs_root = NULL; /* /sys/kernel/debug/pktcdvd */
pkt_debugfs_root  475 drivers/block/pktcdvd.c 	if (!pkt_debugfs_root)
pkt_debugfs_root  477 drivers/block/pktcdvd.c 	pd->dfs_d_root = debugfs_create_dir(pd->name, pkt_debugfs_root);
pkt_debugfs_root  487 drivers/block/pktcdvd.c 	if (!pkt_debugfs_root)
pkt_debugfs_root  497 drivers/block/pktcdvd.c 	pkt_debugfs_root = debugfs_create_dir(DRIVER_NAME, NULL);
pkt_debugfs_root  502 drivers/block/pktcdvd.c 	debugfs_remove(pkt_debugfs_root);
pkt_debugfs_root  503 drivers/block/pktcdvd.c 	pkt_debugfs_root = NULL;