Searched refs:base_dentry (Results 1 – 2 of 2) sorted by relevance
241 struct dentry *base_dentry) in dasd_debugfs_setup() argument245 if (!base_dentry) in dasd_debugfs_setup()247 pde = debugfs_create_dir(name, base_dentry); in dasd_debugfs_setup()1099 struct dentry *base_dentry) in dasd_profile_init() argument1104 if (!base_dentry) in dasd_profile_init()1109 pde = debugfs_create_file("statistics", mode, base_dentry, in dasd_profile_init()1175 struct dentry *base_dentry) in dasd_profile_init() argument1215 static void dasd_hosts_init(struct dentry *base_dentry, in dasd_hosts_init() argument1221 if (!base_dentry) in dasd_hosts_init()1225 pde = debugfs_create_file("host_access_list", mode, base_dentry, in dasd_hosts_init()
225 struct dentry *base_dentry; member4616 dad->base_dentry = debugfs_create_dir(dev_name(dev), NULL); in cyttsp5_setup_sysfs()4617 if (IS_ERR_OR_NULL(dad->base_dentry)) { in cyttsp5_setup_sysfs()4624 dad->base_dentry); in cyttsp5_setup_sysfs()4753 debugfs_remove_recursive(dad->base_dentry); in cyttsp5_setup_sysfs()5160 debugfs_remove_recursive(dad->base_dentry); in cyttsp5_device_access_release()