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.c112 fs->in_exec = 0; in copy_fs_struct()
H A Dexec.c1127 current->fs->in_exec = 0; in begin_new_exec()
1389 current->fs->in_exec = 0; in free_bprm()
1529 p->fs->in_exec = 1; in check_unsafe_exec()
/linux/kernel/
H A Dfork.c1599 if (fs->in_exec) { in copy_fs()