Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dfile.h85 extern bool get_close_on_exec(unsigned int fd);
/linux-4.19.296/fs/
Dfile.c848 bool get_close_on_exec(unsigned int fd) in get_close_on_exec() function
Dfcntl.c337 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0; in do_fcntl()