Searched refs:fdtable (Results 1 – 1 of 1) sorted by relevance
26 struct fdtable { struct35 static inline bool close_on_exec(unsigned int fd, const struct fdtable *fdt) in close_on_exec() argument40 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()