Searched refs:tfile_check_list (Results 1 – 1 of 1) sorted by relevance
279 static struct epitems_head *tfile_check_list = EP_UNACTIVE_PTR; variable295 head->next = tfile_check_list; in list_file()296 tfile_check_list = head; in list_file()1477 for (p = tfile_check_list; p != EP_UNACTIVE_PTR; p = p->next) { in reverse_path_check()2156 while (tfile_check_list != EP_UNACTIVE_PTR) { in clear_tfile_check_list()2157 struct epitems_head *head = tfile_check_list; in clear_tfile_check_list()2158 tfile_check_list = head->next; in clear_tfile_check_list()