Searched refs:inotify_data (Results 1 – 2 of 2) sorted by relevance
190 struct inotify_data *inotify_data; member197 struct inotify_data { struct225 LIST_FIELDS(struct inotify_data, buffered); argument
123 Hashmap *inotify_data; /* indexed by priority */ member129 LIST_HEAD(struct inotify_data, inotify_data_buffered);352 hashmap_free(e->inotify_data); in event_free()893 struct inotify_data *inotify_data; in source_disconnect() local894 assert_se(inotify_data = inode_data->inotify_data); in source_disconnect()901 assert(inotify_data->n_pending > 0); in source_disconnect()902 inotify_data->n_pending--; in source_disconnect()1037 assert(s->inotify.inode_data->inotify_data); in source_set_pending()1040 s->inotify.inode_data->inotify_data->n_pending ++; in source_set_pending()1042 assert(s->inotify.inode_data->inotify_data->n_pending > 0); in source_set_pending()[all …]