Searched defs:files_struct (Results 1 – 7 of 7) sorted by relevance
26526 struct files_struct { struct26527 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];[all …]
23563 struct files_struct { struct23564 atomic_t count;23565 bool resize_in_progress;23566 wait_queue_head_t resize_wait;23567 struct fdtable *fdt;23568 struct fdtable fdtab;23594 struct files_struct *files; argument
20639 struct files_struct { struct20662 struct files_struct *files; argument
25806 struct files_struct { struct25807 atomic_t count;25808 bool resize_in_progress;25809 wait_queue_head_t resize_wait;25810 struct fdtable *fdt;25811 struct fdtable fdtab;25816 spinlock_t file_lock;25817 unsigned int next_fd;25818 long unsigned int close_on_exec_init[1];25819 long unsigned int open_fds_init[1];[all …]