Searched defs:files_struct (Results 1 – 2 of 2) sorted by relevance
21537 struct files_struct { struct21538 atomic_t count;21539 bool resize_in_progress;21540 wait_queue_head_t resize_wait;21541 struct fdtable __attribute__((btf_type_tag("rcu"))) *fdt;21542 struct fdtable fdtab;21547 spinlock_t file_lock;21548 unsigned int next_fd;21549 unsigned long close_on_exec_init[1];21550 unsigned long open_fds_init[1];[all …]
31812 struct files_struct { struct31813 atomic_t count;31814 bool resize_in_progress;31815 wait_queue_head_t resize_wait;31816 struct fdtable __attribute__((btf_type_tag("rcu"))) *fdt;31817 struct fdtable fdtab;31822 spinlock_t file_lock;31823 unsigned int next_fd;31824 unsigned long close_on_exec_init[1];31825 unsigned long open_fds_init[1];[all …]