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

/linux-4.1.27/include/linux/
H A Dfile.h66 extern bool get_close_on_exec(unsigned int fd);
/linux-4.1.27/fs/
H A Dfcntl.c256 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0; do_fcntl()
H A Dfile.c738 bool get_close_on_exec(unsigned int fd) get_close_on_exec() function

Completed in 85 milliseconds