Lines Matching refs:fsnotify_event
97 struct fsnotify_event;
124 void (*free_event)(struct fsnotify_event *event);
134 struct fsnotify_event { struct
186 struct fsnotify_event *overflow_event; /* Event we queue when the
409 struct fsnotify_event *event);
412 struct fsnotify_event *event,
414 struct fsnotify_event *));
424 extern struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group);
426 extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
429 struct fsnotify_event *event);
502 static inline void fsnotify_init_event(struct fsnotify_event *event, in fsnotify_init_event()