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:FAN_MARK_IGNORE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
fanotify.h
87
#define
FAN_MARK_IGNORE
0x00000400
macro
95
* Convenience macro -
FAN_MARK_IGNORE
requires FAN_MARK_IGNORED_SURV_MODIFY
98
#define FAN_MARK_IGNORE_SURV (
FAN_MARK_IGNORE
| FAN_MARK_IGNORED_SURV_MODIFY)
/kernel/linux/linux-6.6/include/linux/
H
A
D
fanotify.h
66
FAN_MARK_IGNORE
)
/kernel/linux/linux-6.6/fs/notify/fanotify/
H
A
D
fanotify_user.c
1141
* When using
FAN_MARK_IGNORE
for the first time, mark starts using
in fanotify_mark_update_flags()
1146
if (ignore ==
FAN_MARK_IGNORE
)
in fanotify_mark_update_flags()
1267
* survive modify. With new
FAN_MARK_IGNORE
semantics we make that rule
in fanotify_may_update_existing_mark()
1271
if (fan_flags &
FAN_MARK_IGNORE
&&
in fanotify_may_update_existing_mark()
1620
(flags &
FAN_MARK_IGNORE
);
in fanotify_events_supported()
1722
/* We don't allow
FAN_MARK_IGNORE
& FAN_MARK_IGNORED_MASK together */
in do_fanotify_mark()
1723
if (ignore == (
FAN_MARK_IGNORE
| FAN_MARK_IGNORED_MASK))
in do_fanotify_mark()
1838
/*
FAN_MARK_IGNORE
requires SURV_MODIFY for sb/mount/dir marks */
in do_fanotify_mark()
1839
if (mark_cmd == FAN_MARK_ADD && ignore ==
FAN_MARK_IGNORE
&&
in do_fanotify_mark()
H
A
D
fanotify.h
501
mflags |=
FAN_MARK_IGNORE
;
in fanotify_mark_user_flags()
Completed in 5 milliseconds