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_ONDIR
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
fanotify.h
111
#define FANOTIFY_EVENT_FLAGS (FAN_EVENT_ON_CHILD |
FAN_ONDIR
)
116
FAN_Q_OVERFLOW |
FAN_ONDIR
)
120
FAN_EVENT_ON_CHILD |
FAN_ONDIR
)
/kernel/linux/linux-5.10/include/linux/
H
A
D
fanotify.h
67
#define FANOTIFY_EVENT_FLAGS (FAN_EVENT_ON_CHILD |
FAN_ONDIR
)
72
FAN_Q_OVERFLOW |
FAN_ONDIR
)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
fanotify.h
17
#define
FAN_ONDIR
0x40000000
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
fanotify.h
30
#define
FAN_ONDIR
0x40000000 /* Event occurred against dir */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
fanotify.h
33
#define
FAN_ONDIR
0x40000000 /* Event occurred against dir */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
fanotify.h
40
#define
FAN_ONDIR
0x40000000
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
fanotify.h
40
#define
FAN_ONDIR
0x40000000
macro
/kernel/linux/linux-6.6/fs/notify/fanotify/
H
A
D
fanotify.c
150
* mask FAN_CREATE|FAN_DELETE|
FAN_ONDIR
if it describes mkdir+
in fanotify_should_merge()
305
bool ondir = event_mask &
FAN_ONDIR
;
in fanotify_group_event_mask()
347
* the child entry name information, we report
FAN_ONDIR
for mkdir/rmdir
in fanotify_group_event_mask()
350
* For backward compatibility and consistency, do not report
FAN_ONDIR
in fanotify_group_event_mask()
351
* to user in legacy fanotify mode (reporting fd) and report
FAN_ONDIR
in fanotify_group_event_mask()
488
return (fid_mode & FAN_REPORT_FID) && !(mask &
FAN_ONDIR
);
in fanotify_report_child_fid()
728
bool ondir = mask &
FAN_ONDIR
;
in fanotify_alloc_event()
830
/* Mix event info,
FAN_ONDIR
flag and pid into event merge key */
in fanotify_alloc_event()
920
BUILD_BUG_ON(
FAN_ONDIR
!= FS_ISDIR);
in fanotify_handle_event()
H
A
D
fanotify_user.c
173
(event->mask &
FAN_ONDIR
)) {
in fanotify_event_len()
596
(event->mask &
FAN_ONDIR
)) {
in copy_info_records_to_user()
606
(event->mask &
FAN_ONDIR
)) {
in copy_info_records_to_user()
1069
* result in any events (e.g. mask ==
FAN_ONDIR
) to support incremenal
in fanotify_mark_remove_from_mask()
1650
* flags
FAN_ONDIR
and FAN_EVENT_ON_CHILD in mask of non-dir inode,
in fanotify_events_supported()
1727
* Event flags (
FAN_ONDIR
, FAN_EVENT_ON_CHILD) have no effect with
in do_fanotify_mark()
/kernel/linux/linux-5.10/fs/notify/fanotify/
H
A
D
fanotify.c
109
* mask FAN_CREATE|FAN_DELETE|
FAN_ONDIR
if it describes mkdir+
in fanotify_should_merge()
291
* the child entry name information, we report
FAN_ONDIR
for mkdir/rmdir
in fanotify_group_event_mask()
294
* For backward compatibility and consistency, do not report
FAN_ONDIR
in fanotify_group_event_mask()
295
* to user in legacy fanotify mode (reporting fd) and report
FAN_ONDIR
in fanotify_group_event_mask()
550
id != dirid && !(mask &
FAN_ONDIR
))
in fanotify_alloc_event()
572
!(mask &
FAN_ONDIR
)) {
in fanotify_alloc_event()
681
BUILD_BUG_ON(
FAN_ONDIR
!= FS_ISDIR);
in fanotify_handle_event()
H
A
D
fanotify_user.c
78
} else if ((fid_mode & FAN_REPORT_NAME) && (event->mask &
FAN_ONDIR
)) {
in fanotify_event_info_len()
395
(event->mask &
FAN_ONDIR
)) {
in copy_event_to_user()
405
(event->mask &
FAN_ONDIR
)) {
in copy_event_to_user()
736
* result in any events (e.g. mask ==
FAN_ONDIR
) to support incremenal
in fanotify_mark_remove_from_mask()
Completed in 13 milliseconds