Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfs_struct.h14 int in_exec; member
/linux/fs/
H A Dfs_struct.c118 fs->in_exec = 0; in copy_fs_struct()
H A Dexec.c1659 p->fs->in_exec = 1; in check_unsafe_exec()
1897 current->fs->in_exec = 0; in bprm_execve()
1916 current->fs->in_exec = 0; in bprm_execve()
/linux/kernel/
H A Dfork.c1755 if (fs->in_exec) { in copy_fs()