Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfdtable.h41 static inline bool fd_is_open(unsigned int fd, const struct fdtable *fdt) in fd_is_open() function
/OK3568_Linux_fs/kernel/fs/
H A Dfile.c1082 if (!tofree && fd_is_open(fd, fdt)) in do_dup2()