Home
last modified time | relevance | path

Searched refs:fdtable (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dfdtable.h26 struct fdtable { struct
35 static inline bool close_on_exec(unsigned int fd, const struct fdtable *fdt) in close_on_exec() argument
40 static inline bool fd_is_open(unsigned int fd, const struct fdtable *fdt) in fd_is_open()
56 struct fdtable __rcu *fdt;
57 struct fdtable fdtab;
84 struct fdtable *fdt = rcu_dereference_raw(files->fdt); in __fcheck_files()