Searched defs:inotify_event (Results 1 – 6 of 6) sorted by relevance
28 struct inotify_event struct30 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. */
21 struct inotify_event { struct22 __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 */
168 struct inotify_event inotify_event; in copy_event_to_user() local