Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpktcdvd.h202 struct dentry *dfs_f_info; /* debugfs: info file */ member
/linux-4.1.27/drivers/block/
Dpktcdvd.c480 pd->dfs_f_info = debugfs_create_file("info", S_IRUGO, in pkt_debugfs_dev_new()
488 debugfs_remove(pd->dfs_f_info); in pkt_debugfs_dev_remove()
490 pd->dfs_f_info = NULL; in pkt_debugfs_dev_remove()