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_REPORT_PIDFD
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
fanotify.h
28
#define FANOTIFY_INFO_MODES (FANOTIFY_FID_BITS |
FAN_REPORT_PIDFD
)
38
FAN_REPORT_PIDFD
| \
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
fanotify.h
57
#define
FAN_REPORT_PIDFD
0x00000080 /* Report pidfd for event->pid */
macro
/kernel/linux/linux-6.6/fs/notify/fanotify/
H
A
D
fanotify_user.c
181
if (info_mode &
FAN_REPORT_PIDFD
)
in fanotify_event_len()
540
unsigned int pidfd_mode = info_mode &
FAN_REPORT_PIDFD
;
in copy_info_records_to_user()
665
unsigned int pidfd_mode = info_mode &
FAN_REPORT_PIDFD
;
in copy_event_to_user()
702
* Complain if the
FAN_REPORT_PIDFD
and FAN_REPORT_TID mutual
in copy_event_to_user()
1431
*
FAN_REPORT_PIDFD
and FAN_REPORT_TID need to remain mutually
in SYSCALL_DEFINE2()
1434
if ((flags &
FAN_REPORT_PIDFD
) && (flags & FAN_REPORT_TID))
in SYSCALL_DEFINE2()
Completed in 4 milliseconds