Searched defs:files_struct (Results 1 – 1 of 1) sorted by relevance
172 struct files_struct { struct173 atomic_t count;174 rwlock_t file_lock; /* Protects all the below members. Nests inside tsk->alloc_lock */175 int max_fds;176 int max_fdset;177 int next_fd;178 struct file ** fd; /* current fd array */179 fd_set *close_on_exec;180 fd_set *open_fds;181 fd_set close_on_exec_init;[all …]