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_NONOTIFY
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
fsnotify.h
87
if (file->f_mode &
FMODE_NONOTIFY
)
in fsnotify_file()
H
A
D
fs.h
168
#define
FMODE_NONOTIFY
((__force fmode_t)0x4000000)
macro
3464
#define __FMODE_NONOTIFY ((__force int)
FMODE_NONOTIFY
)
/kernel/linux/linux-6.6/include/linux/
H
A
D
fsnotify.h
96
if (file->f_mode &
FMODE_NONOTIFY
)
in fsnotify_file()
H
A
D
fs.h
171
#define
FMODE_NONOTIFY
((__force fmode_t)0x4000000)
macro
3367
#define __FMODE_NONOTIFY ((__force int)
FMODE_NONOTIFY
)
/kernel/linux/linux-5.10/fs/notify/fanotify/
H
A
D
fanotify_user.c
38
* Internal flags like
FMODE_NONOTIFY
, FMODE_EXEC, FMODE_NOCMTIME shall be
143
group->fanotify_data.f_flags |
FMODE_NONOTIFY
,
in create_fd()
972
f_flags = O_RDWR |
FMODE_NONOTIFY
;
in SYSCALL_DEFINE2()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
pty.c
813
filp->f_mode |=
FMODE_NONOTIFY
;
in ptmx_open()
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
file.c
37
#define OVL_OPEN_FLAGS (O_NOATIME |
FMODE_NONOTIFY
)
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
pty.c
801
filp->f_mode |=
FMODE_NONOTIFY
;
in ptmx_open()
/kernel/linux/linux-5.10/fs/
H
A
D
open.c
997
u64 strip =
FMODE_NONOTIFY
| O_CLOEXEC;
in build_open_flags()
1006
*
FMODE_NONOTIFY
or that aren't relevant in determining struct
in build_open_flags()
Completed in 20 milliseconds