Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfdtable.h48 struct files_struct { struct
52 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 *__fcheck_files(struct files_struct *files, unsigned int fd) in __fcheck_files() argument