Searched defs:files_struct (Results 1 – 1 of 1) sorted by relevance
47 struct files_struct { struct51 atomic_t count;52 bool resize_in_progress;53 wait_queue_head_t resize_wait;55 struct fdtable __rcu *fdt;56 struct fdtable fdtab;81 static inline struct file *__fcheck_files(struct files_struct *files, unsigned int fd) in __fcheck_files() argument