Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/
Dmtdcore.c354 static struct dentry *dfs_dir_mtd; variable
360 if (IS_ERR_OR_NULL(dfs_dir_mtd)) in mtd_debugfs_populate()
363 mtd->dbg.dfs_dir = debugfs_create_dir(dev_name(dev), dfs_dir_mtd); in mtd_debugfs_populate()
2481 dfs_dir_mtd = debugfs_create_dir("mtd", NULL); in init_mtd()
2482 debugfs_create_bool("expert_analysis_mode", 0600, dfs_dir_mtd, in init_mtd()
2501 debugfs_remove_recursive(dfs_dir_mtd); in cleanup_mtd()