Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfdtable.h38 static inline bool fd_is_open(int fd, const struct fdtable *fdt) in fd_is_open() function
/linux-4.4.14/fs/
Dfile.c840 if (!tofree && fd_is_open(fd, fdt)) in do_dup2()