Lines Matching full:files
41 task->files == task->group_leader->files) { in task_seq_get_next()
133 struct files_struct *files; member
212 struct files_struct *files = NULL; in task_file_seq_start() local
216 file = task_file_seq_get_next(info, &task, &files); in task_file_seq_start()
218 info->files = NULL; in task_file_seq_start()
226 info->files = files; in task_file_seq_start()
234 struct files_struct *files = info->files; in task_file_seq_next() local
241 file = task_file_seq_get_next(info, &task, &files); in task_file_seq_next()
243 info->files = NULL; in task_file_seq_next()
249 info->files = files; in task_file_seq_next()
298 put_files_struct(info->files); in task_file_seq_stop()
300 info->files = NULL; in task_file_seq_stop()