Searched refs:inotify_event (Results 1 – 6 of 6) sorted by relevance
24 struct inotify_event struct36 inotify_event event; in foo() argument37 inotify_event* ptr = &event; in foo()38 inotify_event event1 = *ptr; in foo()40 QMap<int, inotify_event> eventForId; in foo()
105 #define EVENT_SIZE (sizeof (struct inotify_event))133 struct inotify_event *event; in io_channel_callback()134 event = (struct inotify_event *)&buffer[i]; in io_channel_callback()
24 #define EVENT_SIZE (sizeof (struct inotify_event))183 struct inotify_event *event; in watch()184 event = (struct inotify_event *)&buf[i]; in watch()
74 struct inotify_event *event; in inotifyd_main()87 size = sizeof(struct inotify_event); in inotifyd_main()
251 struct inotify_event *event; in netns_monitor()271 for (event = (struct inotify_event *)buf; in netns_monitor()273 event = (struct inotify_event *)((char *)event + sizeof(*event) + event->len)) { in netns_monitor()
20 struct inotify_event { struct