Lines Matching defs:fsn_event
220 struct fsnotify_event *fsn_event;
226 fsn_event = fsnotify_peek_first_event(group);
227 if (!fsn_event)
230 event = FANOTIFY_E(fsn_event);
908 struct fsnotify_event *fsn_event;
937 while ((fsn_event = fsnotify_remove_first_event(group))) {
938 struct fanotify_event *event = FANOTIFY_E(fsn_event);
942 fsnotify_destroy_event(group, fsn_event);
963 struct fsnotify_event *fsn_event;
975 list_for_each_entry(fsn_event, &group->notification_list, list)