Lines Matching refs:tfile_check_list
291 static LIST_HEAD(tfile_check_list);
1431 * reverse_path_check - The tfile_check_list is list of file *, which have
1446 list_for_each_entry(current_file, &tfile_check_list, f_tfile_llink) {
2031 * this by adding it to the tfile_check_list, if it's
2038 &tfile_check_list);
2068 /* first clear the tfile_check_list */
2069 while (!list_empty(&tfile_check_list)) {
2070 file = list_first_entry(&tfile_check_list, struct file,
2075 INIT_LIST_HEAD(&tfile_check_list);
2211 * and hang them on the tfile_check_list, so we can check that we
2241 &tfile_check_list);