Searched refs:get_close_on_exec (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dfile.h91 extern bool get_close_on_exec(unsigned int fd);
/linux-master/fs/
H A Dfile.c1220 bool get_close_on_exec(unsigned int fd) function
H A Dfcntl.c346 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0;
H A Dexec.c1573 if (get_close_on_exec(fd))

Completed in 138 milliseconds