Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dinotify.h28 struct inotify_event struct
30 int wd; /* Watch descriptor. */
31 uint32_t mask; /* Watch mask. */
32 uint32_t cookie; /* Cookie to synchronize two events. */
33 uint32_t len; /* Length (including NULs) of name. */
34 char name __flexarr; /* Name. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dinotify.h28 struct inotify_event struct
30 int wd; /* Watch descriptor. */
31 uint32_t mask; /* Watch mask. */
32 uint32_t cookie; /* Cookie to synchronize two events. */
33 uint32_t len; /* Length (including NULs) of name. */
34 char name __flexarr; /* Name. */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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 */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A 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 */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A 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 */
/OK3568_Linux_fs/kernel/fs/notify/inotify/
H A Dinotify_user.c168 struct inotify_event inotify_event; in copy_event_to_user() local