Searched refs:tfile_check_list (Results 1 – 1 of 1) sorted by relevance
278 static struct epitems_head *tfile_check_list = EP_UNACTIVE_PTR; variable294 head->next = tfile_check_list; in list_file()295 tfile_check_list = head; in list_file()1532 for (p = tfile_check_list; p != EP_UNACTIVE_PTR; p = p->next) { in reverse_path_check()2160 while (tfile_check_list != EP_UNACTIVE_PTR) { in clear_tfile_check_list()2161 struct epitems_head *head = tfile_check_list; in clear_tfile_check_list()2162 tfile_check_list = head->next; in clear_tfile_check_list()