Lines Matching refs:files_struct

152 static int expand_fdtable(struct files_struct *files, unsigned int nr)  in expand_fdtable()
197 static int expand_files(struct files_struct *files, unsigned int nr) in expand_files()
286 struct files_struct *dup_fd(struct files_struct *oldf, unsigned int max_fds, int *errorp) in dup_fd()
288 struct files_struct *newf; in dup_fd()
382 static struct fdtable *close_files(struct files_struct * files) in close_files()
414 struct files_struct *get_files_struct(struct task_struct *task) in get_files_struct()
416 struct files_struct *files; in get_files_struct()
427 void put_files_struct(struct files_struct *files) in put_files_struct()
439 void reset_files_struct(struct files_struct *files) in reset_files_struct()
442 struct files_struct *old; in reset_files_struct()
453 struct files_struct * files = tsk->files; in exit_files()
464 struct files_struct init_files = {
495 int __alloc_fd(struct files_struct *files, in __alloc_fd()
569 static void __put_unused_fd(struct files_struct *files, unsigned int fd) in __put_unused_fd()
579 struct files_struct *files = current->files; in put_unused_fd()
607 void __fd_install(struct files_struct *files, unsigned int fd, in __fd_install()
642 static struct file *pick_file(struct files_struct *files, unsigned fd) in pick_file()
665 int __close_fd(struct files_struct *files, unsigned fd) in __close_fd()
690 struct files_struct *cur_fds = me->files, *fds = NULL; in __close_range()
762 struct files_struct *files = current->files; in __close_fd_get_file()
786 void do_close_on_exec(struct files_struct *files) in do_close_on_exec()
822 static struct file *__fget_files(struct files_struct *files, unsigned int fd, in __fget_files()
898 struct files_struct *files = current->files; in __fget_light()
951 struct files_struct *files = current->files; in set_close_on_exec()
964 struct files_struct *files = current->files; in get_close_on_exec()
974 static int do_dup2(struct files_struct *files, in do_dup2()
1021 struct files_struct *files = current->files; in replace_fd()
1100 struct files_struct *files = current->files; in ksys_dup3()
1138 struct files_struct *files = current->files; in SYSCALL_DEFINE2()
1178 int iterate_fd(struct files_struct *files, unsigned n, in iterate_fd()