Searched refs:dbp (Results 1 – 1 of 1) sorted by relevance
167 struct dentry *dbp; in boot_params_kdebugfs_init() local170 dbp = debugfs_create_dir("boot_params", arch_debugfs_dir); in boot_params_kdebugfs_init()172 debugfs_create_x16("version", S_IRUGO, dbp, &boot_params.hdr.version); in boot_params_kdebugfs_init()173 debugfs_create_blob("data", S_IRUGO, dbp, &boot_params_blob); in boot_params_kdebugfs_init()175 error = create_setup_data_nodes(dbp); in boot_params_kdebugfs_init()177 debugfs_remove_recursive(dbp); in boot_params_kdebugfs_init()
Completed in 4 milliseconds