Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfs_struct.h14 int in_exec; member
/openbmc/linux/fs/
H A Dfs_struct.c118 fs->in_exec = 0; in copy_fs_struct()
H A Dexec.c1621 p->fs->in_exec = 1; in check_unsafe_exec()
1893 current->fs->in_exec = 0; in bprm_execve()
1913 current->fs->in_exec = 0; in bprm_execve()
/openbmc/linux/kernel/
H A Dfork.c1753 if (fs->in_exec) { in copy_fs()