Searched defs:files_struct (Results 1 – 2 of 2) 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 *__fcheck_files(struct files_struct *files, unsigned int fd) in __fcheck_files() argument
53 struct files_struct { struct73 struct files_struct *dup_fd(struct files_struct *oldf); argument