Searched defs:files_struct (Results 1 – 1 of 1) sorted by relevance
49 struct files_struct { struct53 atomic_t count;54 bool resize_in_progress;55 wait_queue_head_t resize_wait;57 struct fdtable __rcu *fdt;58 struct fdtable fdtab;83 static inline struct file *files_lookup_fd_raw(struct files_struct *files, unsigned int fd) in files_lookup_fd_raw() argument