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:inotify_event
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/notify/inotify/
H
A
D
inotify_user.c
124
return roundup(event->name_len + 1, sizeof(struct
inotify_event
));
in round_event_name_len()
137
size_t event_size = sizeof(struct
inotify_event
);
in get_one_event()
168
struct
inotify_event
inotify_event
;
in copy_event_to_user()
local
170
size_t event_size = sizeof(struct
inotify_event
);
in copy_event_to_user()
183
inotify_event
.len = pad_name_len;
in copy_event_to_user()
184
inotify_event
.mask = inotify_mask_to_arg(event->mask);
in copy_event_to_user()
185
inotify_event
.wd = event->wd;
in copy_event_to_user()
186
inotify_event
.cookie = event->sync_cookie;
in copy_event_to_user()
189
if (copy_to_user(buf, &
inotify_event
, event_siz
in copy_event_to_user()
[all...]
/kernel/linux/linux-6.6/fs/notify/inotify/
H
A
D
inotify_user.c
161
return roundup(event->name_len + 1, sizeof(struct
inotify_event
));
in round_event_name_len()
174
size_t event_size = sizeof(struct
inotify_event
);
in get_one_event()
204
struct
inotify_event
inotify_event
;
in copy_event_to_user()
local
206
size_t event_size = sizeof(struct
inotify_event
);
in copy_event_to_user()
219
inotify_event
.len = pad_name_len;
in copy_event_to_user()
220
inotify_event
.mask = inotify_mask_to_arg(event->mask);
in copy_event_to_user()
221
inotify_event
.wd = event->wd;
in copy_event_to_user()
222
inotify_event
.cookie = event->sync_cookie;
in copy_event_to_user()
225
if (copy_to_user(buf, &
inotify_event
, event_siz
in copy_event_to_user()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H
A
D
wait_inotify.c
77
struct
inotify_event
events[10];
in main()
83
len/sizeof(struct
inotify_event
));
in main()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
inotify.h
16
* struct
inotify_event
- structure read from the inotify device for each event
21
struct
inotify_event
{
struct
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
inotify.h
16
* struct
inotify_event
- structure read from the inotify device for each event
21
struct
inotify_event
{
struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
inotify.h
23
struct
inotify_event
{
struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
inotify.h
23
struct
inotify_event
{
struct
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
inotify.h
10
struct
inotify_event
{
struct
/kernel/linux/linux-6.6/tools/tracing/latency/
H
A
D
latency-collector.c
1453
const ssize_t istructsize = sizeof(struct
inotify_event
);
in tracing_loop()
1458
struct
inotify_event
*event;
in tracing_loop()
1512
event = (struct
inotify_event
*) p;
in tracing_loop()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-daemon.c
1058
struct
inotify_event
*event = (struct
inotify_event
*) p;
in process_inotify_event()
Completed in 9 milliseconds