fdtable            29 fs/file.c      static void __free_fdtable(struct fdtable *fdt)
fdtable            38 fs/file.c      	__free_fdtable(container_of(rcu, struct fdtable, rcu));
fdtable            49 fs/file.c      static void copy_fd_bitmaps(struct fdtable *nfdt, struct fdtable *ofdt,
fdtable            71 fs/file.c      static void copy_fdtable(struct fdtable *nfdt, struct fdtable *ofdt)
fdtable            85 fs/file.c      static struct fdtable * alloc_fdtable(unsigned int nr)
fdtable            87 fs/file.c      	struct fdtable *fdt;
fdtable           111 fs/file.c      	fdt = kmalloc(sizeof(struct fdtable), GFP_KERNEL_ACCOUNT);
fdtable           152 fs/file.c      	struct fdtable *new_fdt, *cur_fdt;
fdtable           197 fs/file.c      	struct fdtable *fdt;
fdtable           228 fs/file.c      static inline void __set_close_on_exec(unsigned int fd, struct fdtable *fdt)
fdtable           233 fs/file.c      static inline void __clear_close_on_exec(unsigned int fd, struct fdtable *fdt)
fdtable           239 fs/file.c      static inline void __set_open_fd(unsigned int fd, struct fdtable *fdt)
fdtable           247 fs/file.c      static inline void __clear_open_fd(unsigned int fd, struct fdtable *fdt)
fdtable           253 fs/file.c      static unsigned int count_open_files(struct fdtable *fdt)
fdtable           277 fs/file.c      	struct fdtable *old_fdt, *new_fdt;
fdtable           368 fs/file.c      static struct fdtable *close_files(struct files_struct * files)
fdtable           375 fs/file.c      	struct fdtable *fdt = rcu_dereference_raw(files->fdt);
fdtable           416 fs/file.c      		struct fdtable *fdt = close_files(files);
fdtable           463 fs/file.c      static unsigned int find_next_fd(struct fdtable *fdt, unsigned int start)
fdtable           485 fs/file.c      	struct fdtable *fdt;
fdtable           551 fs/file.c      	struct fdtable *fdt = files_fdtable(files);
fdtable           590 fs/file.c      	struct fdtable *fdt;
fdtable           624 fs/file.c      	struct fdtable *fdt;
fdtable           651 fs/file.c      	struct fdtable *fdt;
fdtable           676 fs/file.c      	struct fdtable *fdt;
fdtable           821 fs/file.c      	struct fdtable *fdt;
fdtable           834 fs/file.c      	struct fdtable *fdt;
fdtable           848 fs/file.c      	struct fdtable *fdt;
fdtable          1000 fs/file.c      	struct fdtable *fdt;
fdtable            40 fs/proc/fd.c   			struct fdtable *fdt = files_fdtable(files);
fdtable           424 fs/select.c    	struct fdtable *fdt;
fdtable           628 fs/select.c    	struct fdtable *fdt;
fdtable          1181 fs/select.c    	struct fdtable *fdt;
fdtable            35 include/linux/fdtable.h static inline bool close_on_exec(unsigned int fd, const struct fdtable *fdt)
fdtable            40 include/linux/fdtable.h static inline bool fd_is_open(unsigned int fd, const struct fdtable *fdt)
fdtable            56 include/linux/fdtable.h 	struct fdtable __rcu *fdt;
fdtable            57 include/linux/fdtable.h 	struct fdtable fdtab;
fdtable            84 include/linux/fdtable.h 	struct fdtable *fdt = rcu_dereference_raw(files->fdt);