inotify_event 122 fs/notify/inotify/inotify_user.c return roundup(event->name_len + 1, sizeof(struct inotify_event)); inotify_event 135 fs/notify/inotify/inotify_user.c size_t event_size = sizeof(struct inotify_event); inotify_event 166 fs/notify/inotify/inotify_user.c struct inotify_event inotify_event; inotify_event 168 fs/notify/inotify/inotify_user.c size_t event_size = sizeof(struct inotify_event); inotify_event 181 fs/notify/inotify/inotify_user.c inotify_event.len = pad_name_len; inotify_event 182 fs/notify/inotify/inotify_user.c inotify_event.mask = inotify_mask_to_arg(event->mask); inotify_event 183 fs/notify/inotify/inotify_user.c inotify_event.wd = event->wd; inotify_event 184 fs/notify/inotify/inotify_user.c inotify_event.cookie = event->sync_cookie; inotify_event 187 fs/notify/inotify/inotify_user.c if (copy_to_user(buf, &inotify_event, event_size)) inotify_event 295 fs/notify/inotify/inotify_user.c send_len += sizeof(struct inotify_event);