Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfs_struct.h14 int in_exec; member
/Linux-v4.19/fs/
Dfs_struct.c117 fs->in_exec = 0; in copy_fs_struct()
Dexec.c1505 p->fs->in_exec = 1; in check_unsafe_exec()
1824 current->fs->in_exec = 0; in __do_execve_file()
1845 current->fs->in_exec = 0; in __do_execve_file()
/Linux-v4.19/kernel/
Dfork.c1348 if (fs->in_exec) { in copy_fs()