Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dfile.h88 extern bool get_close_on_exec(unsigned int fd);
/kernel/linux/linux-6.6/include/linux/
H A Dfile.h89 extern bool get_close_on_exec(unsigned int fd);
/kernel/linux/linux-5.10/fs/
H A Dfile.c1062 bool get_close_on_exec(unsigned int fd) in get_close_on_exec() function
H A Dfcntl.c345 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0; in do_fcntl()
H A Dexec.c1837 if (bprm->fdpath && get_close_on_exec(fd)) in bprm_execve()
/kernel/linux/linux-6.6/fs/
H A Dfcntl.c330 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0; in do_fcntl()
H A Dfile.c1093 bool get_close_on_exec(unsigned int fd) in get_close_on_exec() function
H A Dexec.c1852 if (bprm->fdpath && get_close_on_exec(fd)) in bprm_execve()

Completed in 16 milliseconds