Searched defs:files_struct (Results 1 – 1 of 1) sorted by relevance
21253 struct files_struct { struct21254 atomic_t count;21255 bool resize_in_progress;21256 wait_queue_head_t resize_wait;21257 struct fdtable *fdt;21258 struct fdtable fdtab;21263 spinlock_t file_lock;21264 unsigned int next_fd;21265 long unsigned int close_on_exec_init[1];21266 long unsigned int open_fds_init[1];[all …]