Lines Matching refs:fdtable
34 static void __free_fdtable(struct fdtable *fdt) in __free_fdtable()
43 __free_fdtable(container_of(rcu, struct fdtable, rcu)); in free_fdtable_rcu()
55 static inline void copy_fd_bitmaps(struct fdtable *nfdt, struct fdtable *ofdt, in copy_fd_bitmaps()
72 static void copy_fdtable(struct fdtable *nfdt, struct fdtable *ofdt) in copy_fdtable()
101 static struct fdtable * alloc_fdtable(unsigned int nr) in alloc_fdtable()
103 struct fdtable *fdt; in alloc_fdtable()
128 fdt = kmalloc(sizeof(struct fdtable), GFP_KERNEL_ACCOUNT); in alloc_fdtable()
169 struct fdtable *new_fdt, *cur_fdt; in expand_fdtable()
214 struct fdtable *fdt; in expand_files()
245 static inline void __set_close_on_exec(unsigned int fd, struct fdtable *fdt) in __set_close_on_exec()
250 static inline void __clear_close_on_exec(unsigned int fd, struct fdtable *fdt) in __clear_close_on_exec()
256 static inline void __set_open_fd(unsigned int fd, struct fdtable *fdt) in __set_open_fd()
264 static inline void __clear_open_fd(unsigned int fd, struct fdtable *fdt) in __clear_open_fd()
279 static unsigned int sane_fdtable_size(struct fdtable *fdt, struct fd_range *punch_hole) in sane_fdtable_size()
303 struct fdtable *old_fdt, *new_fdt; in dup_fd()
393 static struct fdtable *close_files(struct files_struct * files) in close_files()
400 struct fdtable *fdt = rcu_dereference_raw(files->fdt); in close_files()
428 struct fdtable *fdt = close_files(files); in put_files_struct()
463 static unsigned int find_next_fd(struct fdtable *fdt, unsigned int start) in find_next_fd()
485 struct fdtable *fdt; in alloc_fd()
551 struct fdtable *fdt = files_fdtable(files); in __put_unused_fd()
586 struct fdtable *fdt; in fd_install()
620 struct fdtable *fdt = files_fdtable(files); in pick_file()
658 static inline unsigned last_fd(struct fdtable *fdt) in last_fd()
666 struct fdtable *fdt; in __range_cloexec()
792 struct fdtable *fdt; in do_close_on_exec()
830 struct fdtable *fdt = rcu_dereference_raw(files->fdt); in __fget_files_rcu()
1052 struct fdtable *fdt; in set_close_on_exec()
1065 struct fdtable *fdt; in get_close_on_exec()
1079 struct fdtable *fdt; in do_dup2()
1289 struct fdtable *fdt; in iterate_fd()