Lines Matching refs:event
50 struct fsnotify_event *event) in inotify_merge() argument
55 return event_compare(last_event, event); in inotify_merge()
66 struct inotify_event_info *event; in inotify_handle_event() local
99 event = kmalloc(alloc_len, GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL); in inotify_handle_event()
102 if (unlikely(!event)) { in inotify_handle_event()
120 fsn_event = &event->fse; in inotify_handle_event()
122 event->mask = mask; in inotify_handle_event()
123 event->wd = i_mark->wd; in inotify_handle_event()
124 event->sync_cookie = cookie; in inotify_handle_event()
125 event->name_len = len; in inotify_handle_event()
127 strcpy(event->name, file_name->name); in inotify_handle_event()