Searched defs:inotify_event (Results 1 – 11 of 11) sorted by relevance
11 struct inotify_event { struct12 int wd;13 uint32_t mask, cookie, len;14 char 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[]; /* stub for possible name */
18 struct inotify_event { struct19 __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 */
24 struct inotify_event struct36 inotify_event event; in foo() argument
43524 struct inotify_event { struct43525 __s32 wd;43526 __u32 mask;43527 __u32 cookie;43528 __u32 len;43529 char name[0];
72276 struct inotify_event { struct72277 __s32 wd;72278 __u32 mask;72279 __u32 cookie;72280 __u32 len;72281 char name[0];
38692 struct inotify_event { struct38693 __s32 wd;38694 __u32 mask;38695 __u32 cookie;38696 __u32 len;38697 char name[0];
43778 struct inotify_event { struct43779 __s32 wd;43780 __u32 mask;43781 __u32 cookie;43782 __u32 len;43783 char name[0];