Searched refs:inotify_event (Results 1 – 20 of 20) 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()
29 #define EVENT_SIZE (sizeof(struct inotify_event))77 struct inotify_event *event; in verify_inotify()79 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
29 #define EVENT_SIZE (sizeof (struct inotify_event))106 struct inotify_event *event; in verify_inotify()107 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
33 #define EVENT_SIZE (sizeof(struct inotify_event))90 struct inotify_event *event; in verify_inotify()91 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
45 #define EVENT_SIZE (sizeof (struct inotify_event))96 struct inotify_event *event; in verify_inotify()97 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
32 #define EVENT_SIZE (sizeof(struct inotify_event))131 struct inotify_event *event; in verify_inotify()132 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
44 #define EVENT_SIZE (sizeof (struct inotify_event))98 struct inotify_event *event; in verify_inotify()99 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
35 #define EVENT_SIZE (sizeof (struct inotify_event))133 struct inotify_event *event; in verify_inotify()134 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
19 #define CRAS_FILE_WAIT_EVENT_MIN_SIZE sizeof(struct inotify_event)83 struct inotify_event *event) in cras_file_wait_process_event()130 struct inotify_event *event; in cras_file_wait_dispatch()163 event = (struct inotify_event in cras_file_wait_dispatch()
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()
32 #define EVENT_SIZE (sizeof (struct inotify_event))196 struct inotify_event *event; in watch()197 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()
78 void OnInotifyEvent(const inotify_event* event);262 inotify_event* event = reinterpret_cast<inotify_event*>(&buffer[i]); in ThreadMain()263 size_t event_size = sizeof(inotify_event) + event->len; in ThreadMain()326 void InotifyReader::OnInotifyEvent(const inotify_event* event) { in OnInotifyEvent()
55 #define EVENT_SIZE ( sizeof (struct inotify_event) )260 static int readLogConfigFromEvent(int dom, struct inotify_event *event){ in readLogConfigFromEvent()281 static int resetLogConfigFromEvent(int dom, struct inotify_event *event) { in resetLogConfigFromEvent()348 struct inotify_event *event = ( struct inotify_event * ) &buffer[ i ]; in file_watcher_thread()
21 struct inotify_event { struct
732 struct inotify_event *event; in netns_monitor()758 for (event = (struct inotify_event *)buf; in netns_monitor()760 event = (struct inotify_event *)((char *)event + sizeof(*event) + event->len)) { in netns_monitor()
18 struct inotify_event { struct
268 struct inotify_event ev; in xnotify_wait()
205 pub struct inotify_event {
473 pub struct inotify_event {