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_FS_ERROR
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/samples/fanotify/
H
A
D
fs-monitor.c
16
#ifndef
FAN_FS_ERROR
17
#define
FAN_FS_ERROR
0x00008000
macro
66
if (event->mask !=
FAN_FS_ERROR
) {
in handle_notifications()
77
printf("
FAN_FS_ERROR
(len=%d)\n", event->event_len);
in handle_notifications()
128
FAN_FS_ERROR
, AT_FDCWD, argv[1])) {
in main()
/kernel/linux/linux-6.6/include/linux/
H
A
D
fanotify.h
99
#define FANOTIFY_ERROR_EVENTS (
FAN_FS_ERROR
)
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
fanotify.h
23
#define
FAN_FS_ERROR
0x00008000 /* Filesystem error */
macro
/kernel/linux/linux-6.6/fs/notify/fanotify/
H
A
D
fanotify.h
456
return mask &
FAN_FS_ERROR
;
in fanotify_is_error_event()
H
A
D
fanotify.c
417
* Invalid FHs are used by
FAN_FS_ERROR
for errors not
in fanotify_encode_fh()
457
* unhashed FID events (i.e.
FAN_FS_ERROR
).
in fanotify_encode_fh()
923
BUILD_BUG_ON(
FAN_FS_ERROR
!= FS_ERROR);
in fanotify_handle_event()
H
A
D
fanotify_user.c
1308
* needed (i.e.
FAN_FS_ERROR
was requested).
in fanotify_add_mark()
1311
(mask &
FAN_FS_ERROR
)) {
in fanotify_add_mark()
1765
if (mask &
FAN_FS_ERROR
&&
in do_fanotify_mark()
Completed in 6 milliseconds