Home
last modified time | relevance | path

Searched refs:__FMODE_EXEC (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dfsnotify.h122 if (file->f_flags & __FMODE_EXEC) { in fsnotify_perm()
335 if (file->f_flags & __FMODE_EXEC) in fsnotify_open()
H A Dfs.h3385 #define __FMODE_EXEC ((__force int) FMODE_EXEC) macro
/openbmc/linux/security/landlock/
H A Dfs.c1195 if (file->f_flags & __FMODE_EXEC) in get_required_file_open_access()
/openbmc/linux/fs/
H A Dexec.c130 .open_flag = O_LARGEFILE | O_RDONLY | __FMODE_EXEC, in SYSCALL_DEFINE1()
911 .open_flag = O_LARGEFILE | O_RDONLY | __FMODE_EXEC, in do_open_execat()
H A Dfcntl.c1027 __FMODE_EXEC | __FMODE_NONOTIFY)); in fcntl_init()
/openbmc/linux/fs/nfs/
H A Ddir.c3250 if (openflags & __FMODE_EXEC) { in nfs_open_permission_mask()