Home
last modified time | relevance | path

Searched defs:inotify_event (Results 1 – 11 of 11) sorted by relevance

/external/musl/include/sys/
Dinotify.h11 struct inotify_event { struct
12 int wd;
13 uint32_t mask, cookie, len;
14 char name[];
/external/kernel-headers/original/uapi/linux/
Dinotify.h21 struct inotify_event { struct
22 __s32 wd; /* watch descriptor */
23 __u32 mask; /* watch mask */
24 __u32 cookie; /* cookie to synchronize two events */
25 __u32 len; /* length (including nulls) of name */
26 char name[]; /* stub for possible name */
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h18 struct inotify_event { struct
19 __s32 wd; /* watch descriptor */
20 __u32 mask; /* watch mask */
21 __u32 cookie; /* cookie to synchronize two events */
22 __u32 len; /* length (including nulls) of name */
23 char name[0]; /* stub for possible name */
/external/clang/test/SemaCXX/
Dflexible-array-test.cpp24 struct inotify_event struct
36 inotify_event event; in foo() argument
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h43524 struct inotify_event { struct
43525 __s32 wd;
43526 __u32 mask;
43527 __u32 cookie;
43528 __u32 len;
43529 char name[0];
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h72276 struct inotify_event { struct
72277 __s32 wd;
72278 __u32 mask;
72279 __u32 cookie;
72280 __u32 len;
72281 char name[0];
Dvmlinux.h72276 struct inotify_event { struct
72277 __s32 wd;
72278 __u32 mask;
72279 __u32 cookie;
72280 __u32 len;
72281 char name[0];
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h38692 struct inotify_event { struct
38693 __s32 wd;
38694 __u32 mask;
38695 __u32 cookie;
38696 __u32 len;
38697 char name[0];
Dvmlinux_510.h38692 struct inotify_event { struct
38693 __s32 wd;
38694 __u32 mask;
38695 __u32 cookie;
38696 __u32 len;
38697 char name[0];
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h43778 struct inotify_event { struct
43779 __s32 wd;
43780 __u32 mask;
43781 __u32 cookie;
43782 __u32 len;
43783 char name[0];
Dvmlinux.h43778 struct inotify_event { struct
43779 __s32 wd;
43780 __u32 mask;
43781 __u32 cookie;
43782 __u32 len;
43783 char name[0];