Searched refs:get_close_on_exec (Results 1 - 4 of 4) sorted by last modified time

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

Completed in 163 milliseconds