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()
54 static void copy_fd_bitmaps(struct fdtable *nfdt, struct fdtable *ofdt, in copy_fd_bitmaps()
76 static void copy_fdtable(struct fdtable *nfdt, struct fdtable *ofdt) in copy_fdtable()
105 static struct fdtable * alloc_fdtable(unsigned int nr) in alloc_fdtable()
107 struct fdtable *fdt; in alloc_fdtable()
132 fdt = kmalloc(sizeof(struct fdtable), GFP_KERNEL_ACCOUNT); in alloc_fdtable()
173 struct fdtable *new_fdt, *cur_fdt; in expand_fdtable()
218 struct fdtable *fdt; in expand_files()
249 static inline void __set_close_on_exec(unsigned int fd, struct fdtable *fdt) in __set_close_on_exec()
254 static inline void __clear_close_on_exec(unsigned int fd, struct fdtable *fdt) in __clear_close_on_exec()
260 static inline void __set_open_fd(unsigned int fd, struct fdtable *fdt) in __set_open_fd()
268 static inline void __clear_open_fd(unsigned int fd, struct fdtable *fdt) in __clear_open_fd()
274 static unsigned int count_open_files(struct fdtable *fdt) in count_open_files()
301 static unsigned int sane_fdtable_size(struct fdtable *fdt, unsigned int max_fds) in sane_fdtable_size()
321 struct fdtable *old_fdt, *new_fdt; in dup_fd()
412 static struct fdtable *close_files(struct files_struct * files) in close_files()
419 struct fdtable *fdt = rcu_dereference_raw(files->fdt); in close_files()
460 struct fdtable *fdt = close_files(files); in put_files_struct()
507 static unsigned int find_next_fd(struct fdtable *fdt, unsigned int start) in find_next_fd()
529 struct fdtable *fdt; in __alloc_fd()
600 struct fdtable *fdt = files_fdtable(files); in __put_unused_fd()
639 struct fdtable *fdt; in __fd_install()
674 struct fdtable *fdt; in pick_file()
792 struct fdtable *fdt; in __close_fd_get_file()
830 struct fdtable *fdt; in do_close_on_exec()
868 struct fdtable *fdt = rcu_dereference_raw(files->fdt); in __fget_files_rcu()
1037 struct fdtable *fdt; in set_close_on_exec()
1050 struct fdtable *fdt; in get_close_on_exec()
1064 struct fdtable *fdt; in do_dup2()
1267 struct fdtable *fdt; in iterate_fd()