Home
last modified time | relevance | path

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

/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[0]; /* 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