Lines Matching refs:inotify_event
124 return roundup(event->name_len + 1, sizeof(struct inotify_event));
137 size_t event_size = sizeof(struct inotify_event);
168 struct inotify_event inotify_event;
170 size_t event_size = sizeof(struct inotify_event);
183 inotify_event.len = pad_name_len;
184 inotify_event.mask = inotify_mask_to_arg(event->mask);
185 inotify_event.wd = event->wd;
186 inotify_event.cookie = event->sync_cookie;
189 if (copy_to_user(buf, &inotify_event, event_size))
196 * and then pad that pathname out to a multiple of sizeof(inotify_event)
297 send_len += sizeof(struct inotify_event);