Lines Matching refs:fsnotify_event
130 struct fsnotify_event;
182 void (*free_event)(struct fsnotify_group *group, struct fsnotify_event *event);
192 struct fsnotify_event { struct
248 struct fsnotify_event *overflow_event; /* Event we queue when the
719 struct fsnotify_event *event);
722 struct fsnotify_event *event,
724 struct fsnotify_event *),
726 struct fsnotify_event *));
729 struct fsnotify_event *event, in fsnotify_add_event() argument
731 struct fsnotify_event *)) in fsnotify_add_event()
756 extern struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group);
758 extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
761 struct fsnotify_event *event);
915 static inline void fsnotify_init_event(struct fsnotify_event *event) in fsnotify_init_event()