Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfile.h86 extern bool get_close_on_exec(unsigned int fd);
/linux-6.1.9/fs/
Dfcntl.c330 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0; in do_fcntl()
Dfile.c1076 bool get_close_on_exec(unsigned int fd) in get_close_on_exec() function
Dexec.c1829 if (bprm->fdpath && get_close_on_exec(fd)) in bprm_execve()