Searched refs:root_dir (Results 1 – 1 of 1) sorted by relevance
14 static struct dt_dir root_dir; variable227 root_dir.node.node.name[0] = '\0'; in of_init_path()228 root_dir.node.node.full_name[0] = '\0'; in of_init_path()229 INIT_LIST_HEAD(&root_dir.node.list); in of_init_path()230 root_dir.parent = NULL; in of_init_path()233 ret = process_dir("", &root_dir); in of_init_path()240 linear_dir(&root_dir); in of_init_path()267 destroy_dir(&root_dir); in of_finish()471 d = &root_dir; in of_get_address()531 } while (node2dir(parent) != &root_dir); in of_translate_address()[all …]