Lines Matching refs:inotify_event
161 return roundup(event->name_len + 1, sizeof(struct inotify_event));
174 size_t event_size = sizeof(struct inotify_event);
204 struct inotify_event inotify_event;
206 size_t event_size = sizeof(struct inotify_event);
219 inotify_event.len = pad_name_len;
220 inotify_event.mask = inotify_mask_to_arg(event->mask);
221 inotify_event.wd = event->wd;
222 inotify_event.cookie = event->sync_cookie;
225 if (copy_to_user(buf, &inotify_event, event_size))
232 * and then pad that pathname out to a multiple of sizeof(inotify_event)
333 send_len += sizeof(struct inotify_event);