Symbol: fdtable
fs/file.c
1023
struct fdtable *fdt = rcu_dereference_raw(files->fdt);
fs/file.c
103
static void __free_fdtable(struct fdtable *fdt)
fs/file.c
112
__free_fdtable(container_of(rcu, struct fdtable, rcu));
fs/file.c
124
static inline void copy_fd_bitmaps(struct fdtable *nfdt, struct fdtable *ofdt,
fs/file.c
1299
struct fdtable *fdt;
fs/file.c
141
static void copy_fdtable(struct fdtable *nfdt, struct fdtable *ofdt)
fs/file.c
1516
struct fdtable *fdt;
fs/file.c
162
static struct fdtable *alloc_fdtable(unsigned int slots_wanted)
fs/file.c
164
struct fdtable *fdt;
fs/file.c
215
fdt = kmalloc_obj(struct fdtable, GFP_KERNEL_ACCOUNT);
fs/file.c
256
struct fdtable *new_fdt, *cur_fdt;
fs/file.c
292
struct fdtable *fdt;
fs/file.c
322
static inline void __set_close_on_exec(unsigned int fd, struct fdtable *fdt,
fs/file.c
333
static inline void __set_open_fd(unsigned int fd, struct fdtable *fdt, bool set)
fs/file.c
342
static inline void __clear_open_fd(unsigned int fd, struct fdtable *fdt)
fs/file.c
350
static inline bool fd_is_open(unsigned int fd, const struct fdtable *fdt)
fs/file.c
364
static unsigned int sane_fdtable_size(struct fdtable *fdt, struct fd_range *punch_hole)
fs/file.c
388
struct fdtable *old_fdt, *new_fdt;
fs/file.c
474
static struct fdtable *close_files(struct files_struct * files)
fs/file.c
481
struct fdtable *fdt = rcu_dereference_raw(files->fdt);
fs/file.c
509
struct fdtable *fdt = close_files(files);
fs/file.c
544
static unsigned int find_next_fd(struct fdtable *fdt, unsigned int start)
fs/file.c
575
struct fdtable *fdt;
fs/file.c
628
struct fdtable *fdt = files_fdtable(files);
fs/file.c
663
struct fdtable *fdt;
fs/file.c
683
struct fdtable *fdt;
fs/file.c
717
struct fdtable *fdt = files_fdtable(files);
fs/file.c
757
static inline unsigned last_fd(struct fdtable *fdt)
fs/file.c
765
struct fdtable *fdt;
fs/file.c
780
struct fdtable *fdt;
fs/file.c
894
struct fdtable *fdt;
fs/proc/fd.c
289
struct fdtable *fdt;
fs/select.c
1186
struct fdtable *fdt;
fs/select.c
422
struct fdtable *fdt;
fs/select.c
628
struct fdtable *fdt;
include/linux/fdtable.h
46
struct fdtable __rcu *fdt;
include/linux/fdtable.h
47
struct fdtable fdtab;
include/linux/fdtable.h
74
struct fdtable *fdt = rcu_dereference_raw(files->fdt);