open_exec_flags   843 fs/exec.c      	struct open_flags open_exec_flags = {
open_exec_flags   853 fs/exec.c      		open_exec_flags.lookup_flags &= ~LOOKUP_FOLLOW;
open_exec_flags   855 fs/exec.c      		open_exec_flags.lookup_flags |= LOOKUP_EMPTY;
open_exec_flags   857 fs/exec.c      	file = do_filp_open(fd, name, &open_exec_flags);