Searched defs:inotify_event (Results 1 – 2 of 2) sorted by relevance
20 struct inotify_event { struct21 __s32 wd; /* watch descriptor */22 __u32 mask; /* watch mask */23 __u32 cookie; /* cookie to synchronize two events */24 __u32 len; /* length (including nulls) of name */25 char name[0]; /* stub for possible name */
24 struct inotify_event struct36 inotify_event event; in foo() argument