Lines Matching refs:files_struct

169 static int expand_fdtable(struct files_struct *files, unsigned int nr)  in expand_fdtable()
214 static int expand_files(struct files_struct *files, unsigned int nr) in expand_files()
316 struct files_struct *dup_fd(struct files_struct *oldf, unsigned int max_fds, int *errorp) in dup_fd()
318 struct files_struct *newf; in dup_fd()
412 static struct fdtable *close_files(struct files_struct * files) in close_files()
444 void put_files_struct(struct files_struct *files) in put_files_struct()
458 struct files_struct * files = tsk->files; in exit_files()
468 struct files_struct init_files = {
501 struct files_struct *files = current->files; in alloc_fd()
568 static void __put_unused_fd(struct files_struct *files, unsigned int fd) in __put_unused_fd()
578 struct files_struct *files = current->files; in put_unused_fd()
604 struct files_struct *files = current->files; in fd_install()
637 static struct file *pick_file(struct files_struct *files, unsigned fd) in pick_file()
656 struct files_struct *files = current->files; in close_fd()
682 static inline void __range_cloexec(struct files_struct *cur_fds, in __range_cloexec()
696 static inline void __range_close(struct files_struct *files, unsigned int fd, in __range_close()
735 struct files_struct *cur_fds = me->files, *fds = NULL; in __close_range()
810 struct files_struct *files = current->files; in close_fd_get_file()
820 void do_close_on_exec(struct files_struct *files) in do_close_on_exec()
856 static inline struct file *__fget_files_rcu(struct files_struct *files, in __fget_files_rcu()
910 static struct file *__fget_files(struct files_struct *files, unsigned int fd, in __fget_files()
954 struct files_struct *files; in task_lookup_fd_rcu()
969 struct files_struct *files; in task_lookup_next_fd_rcu()
1006 struct files_struct *files = current->files; in __fget_light()
1082 struct files_struct *files = current->files; in set_close_on_exec()
1095 struct files_struct *files = current->files; in get_close_on_exec()
1105 static int do_dup2(struct files_struct *files, in do_dup2()
1152 struct files_struct *files = current->files; in replace_fd()
1236 struct files_struct *files = current->files; in ksys_dup3()
1274 struct files_struct *files = current->files; in SYSCALL_DEFINE2()
1315 int iterate_fd(struct files_struct *files, unsigned n, in iterate_fd()