Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfdtable.h45 struct files_struct { struct
49 atomic_t count;
50 struct fdtable __rcu *fdt;
51 struct fdtable fdtab;
75 static inline struct file *__fcheck_files(struct files_struct *files, unsigned int fd) in __fcheck_files() argument