Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:__FMODE_EXEC
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
fsnotify.h
105
if (file->f_flags &
__FMODE_EXEC
) {
in fsnotify_perm()
301
if (file->f_flags &
__FMODE_EXEC
)
in fsnotify_open()
H
A
D
fs.h
3463
#define
__FMODE_EXEC
((__force int) FMODE_EXEC)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
fsnotify.h
116
if (file->f_flags &
__FMODE_EXEC
) {
in fsnotify_perm()
329
if (file->f_flags &
__FMODE_EXEC
)
in fsnotify_open()
H
A
D
fs.h
3366
#define
__FMODE_EXEC
((__force int) FMODE_EXEC)
macro
/kernel/linux/linux-6.6/security/landlock/
H
A
D
fs.c
1186
/*
__FMODE_EXEC
is indeed part of f_flags, not f_mode. */
in get_required_file_open_access()
1187
if (file->f_flags &
__FMODE_EXEC
)
in get_required_file_open_access()
/kernel/linux/linux-5.10/fs/
H
A
D
fcntl.c
1050
__FMODE_EXEC
| __FMODE_NONOTIFY));
in fcntl_init()
H
A
D
exec.c
132
.open_flag = O_LARGEFILE | O_RDONLY |
__FMODE_EXEC
,
in SYSCALL_DEFINE1()
906
.open_flag = O_LARGEFILE | O_RDONLY |
__FMODE_EXEC
,
in do_open_execat()
/kernel/linux/linux-6.6/fs/
H
A
D
fcntl.c
1033
__FMODE_EXEC
| __FMODE_NONOTIFY));
in fcntl_init()
H
A
D
exec.c
131
.open_flag = O_LARGEFILE | O_RDONLY |
__FMODE_EXEC
,
in SYSCALL_DEFINE1()
912
.open_flag = O_LARGEFILE | O_RDONLY |
__FMODE_EXEC
,
in do_open_execat()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
dir.c
2726
if (openflags &
__FMODE_EXEC
) {
in nfs_open_permission_mask()
H
A
D
nfs4proc.c
2638
if (openflags &
__FMODE_EXEC
) {
in nfs4_opendata_access()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
dir.c
3234
if (openflags &
__FMODE_EXEC
) {
in nfs_open_permission_mask()
Completed in 44 milliseconds