Searched defs:files_struct (Results 1 – 3 of 3) 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
48 struct files_struct { struct52 atomic_t count;53 bool resize_in_progress;54 wait_queue_head_t resize_wait;56 struct fdtable __rcu *fdt;57 struct fdtable fdtab;82 static inline struct file *files_lookup_fd_raw(struct files_struct *files, unsigned int fd) in files_lookup_fd_raw() argument
53 struct files_struct { struct73 struct files_struct *dup_fd(struct files_struct *oldf); argument