Home
last modified time | relevance | path

Searched defs:files_struct (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/
H A Dfdtable.h49 struct files_struct { struct
53 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