Searched refs:tfile_check_list (Results 1 – 1 of 1) sorted by relevance
267 static struct epitems_head *tfile_check_list = EP_UNACTIVE_PTR; variable283 head->next = tfile_check_list; in list_file()284 tfile_check_list = head; in list_file()1358 for (p = tfile_check_list; p != EP_UNACTIVE_PTR; p = p->next) { in reverse_path_check()1976 while (tfile_check_list != EP_UNACTIVE_PTR) { in clear_tfile_check_list()1977 struct epitems_head *head = tfile_check_list; in clear_tfile_check_list()1978 tfile_check_list = head->next; in clear_tfile_check_list()