Searched refs:watcher (Results 1 – 1 of 1) sorted by relevance
184 static int watcher_add_event(fs_event_watcher *watcher, kfs_event *kfse);185 static void fsevents_wakeup(fs_event_watcher *watcher);284 watcher_cares_about_dev(fs_event_watcher *watcher, dev_t dev) in watcher_cares_about_dev() argument290 if (watcher->devices_not_to_watch == NULL) { in watcher_cares_about_dev()294 for (i = 0; i < watcher->num_devices; i++) { in watcher_cares_about_dev()295 if (dev == watcher->devices_not_to_watch[i]) { in watcher_cares_about_dev()371 fs_event_watcher *watcher; in add_fsevent() local515 watcher = watcher_table[i]; in add_fsevent()516 if (watcher == NULL) { in add_fsevent()520 watcher->flags |= WATCHER_DROPPED_EVENTS; in add_fsevent()[all …]