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

/linux-master/include/linux/
H A Dfs_struct.h14 int in_exec; member in struct:fs_struct
/linux-master/fs/
H A Dfs_struct.c118 fs->in_exec = 0;
H A Dexec.c1636 /* "users" and "in_exec" locked for copy_fs() */
1640 p->fs->in_exec = 1;
1878 current->fs->in_exec = 0;
1897 current->fs->in_exec = 0;
/linux-master/kernel/
H A Dfork.c1754 /* "users" and "in_exec" locked for check_unsafe_exec() */
1755 if (fs->in_exec) {

Completed in 135 milliseconds