Searched refs:inotify_event (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DLinuxWatchService.c51 return (jint)sizeof(struct inotify_event);
60 arr[0] = (jint)offsetof(struct inotify_event, wd);
61 arr[1] = (jint)offsetof(struct inotify_event, mask);
62 arr[2] = (jint)offsetof(struct inotify_event, cookie);
63 arr[3] = (jint)offsetof(struct inotify_event, len);
64 arr[4] = (jint)offsetof(struct inotify_event, name);

Completed in 34 milliseconds