Searched defs:files_struct (Results 1 – 1 of 1) sorted by relevance
38 struct files_struct { struct42 atomic_t count;43 bool resize_in_progress;44 wait_queue_head_t resize_wait;46 struct fdtable __rcu *fdt;47 struct fdtable fdtab;72 static inline struct file *files_lookup_fd_raw(struct files_struct *files, unsigned int fd) in files_lookup_fd_raw() argument