Lines Matching refs:fsnotify_event
107 struct fsnotify_event;
157 void (*free_event)(struct fsnotify_event *event);
167 struct fsnotify_event { struct
218 struct fsnotify_event *overflow_event; /* Event we queue when the
484 struct fsnotify_event *event);
487 struct fsnotify_event *event,
489 struct fsnotify_event *));
499 extern struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group);
501 extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
504 struct fsnotify_event *event);
577 static inline void fsnotify_init_event(struct fsnotify_event *event, in fsnotify_init_event()