Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfs_struct.h14 int in_exec; member
/Linux-v5.4/fs/
Dfs_struct.c118 fs->in_exec = 0; in copy_fs_struct()
Dexec.c1510 p->fs->in_exec = 1; in check_unsafe_exec()
1827 current->fs->in_exec = 0; in __do_execve_file()
1847 current->fs->in_exec = 0; in __do_execve_file()
/Linux-v5.4/kernel/
Dfork.c1436 if (fs->in_exec) { in copy_fs()