Lines Matching refs:fsnotify_event
107 struct fsnotify_event;
158 void (*free_event)(struct fsnotify_event *event);
168 struct fsnotify_event { struct
219 struct fsnotify_event *overflow_event; /* Event we queue when the
485 struct fsnotify_event *event);
488 struct fsnotify_event *event,
490 struct fsnotify_event *));
500 extern struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group);
502 extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
505 struct fsnotify_event *event);
578 static inline void fsnotify_init_event(struct fsnotify_event *event, in fsnotify_init_event()