Lines Matching defs:files_struct
26526 struct files_struct { struct
26527 atomic_t count;
26528 bool resize_in_progress;
26529 wait_queue_head_t resize_wait;
26530 struct fdtable *fdt;
26531 struct fdtable fdtab;
26537 spinlock_t file_lock;
26538 unsigned int next_fd;
26539 long unsigned int close_on_exec_init[1];
26540 long unsigned int open_fds_init[1];
26541 long unsigned int full_fds_bits_init[1];
26542 struct file *fd_array[64];