Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpktcdvd.h195 struct dentry *dfs_f_info; /* debugfs: info file */ member
/linux-6.15/drivers/block/
H A Dpktcdvd.c502 pd->dfs_f_info = debugfs_create_file("info", 0444, pd->dfs_d_root, in pkt_debugfs_dev_new()
510 debugfs_remove(pd->dfs_f_info); in pkt_debugfs_dev_remove()
512 pd->dfs_f_info = NULL; in pkt_debugfs_dev_remove()