inotify_event 97 fs/inotify_user.c struct inotify_event event; /* the user-space event */ inotify_event 197 fs/inotify_user.c memset(&kevent->event, 0, sizeof(struct inotify_event)); inotify_event 206 fs/inotify_user.c size_t len, rem, event_size = sizeof(struct inotify_event); inotify_event 316 fs/inotify_user.c dev->queue_size += sizeof(struct inotify_event) + kevent->event.len; inotify_event 336 fs/inotify_user.c dev->queue_size -= sizeof(struct inotify_event) + kevent->event.len; inotify_event 433 fs/inotify_user.c size_t event_size = sizeof (struct inotify_event);