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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/linux/
H A Dinotify.h13 * struct inotify_event - structure read from the inotify device for each event
18 struct inotify_event { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/linux/
H A Dinotify.h13 * struct inotify_event - structure read from the inotify device for each event
18 struct inotify_event { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/linux/
H A Dinotify.h13 * struct inotify_event - structure read from the inotify device for each event
18 struct inotify_event { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dinotify_user.c95 struct inotify_event event; /* the user-space event */
195 memset(&kevent->event, 0, sizeof(struct inotify_event));
204 size_t len, rem, event_size = sizeof(struct inotify_event);
208 * array of inotify_event structures. Because the structure is
301 dev->queue_size += sizeof(struct inotify_event) + kevent->event.len;
320 dev->queue_size -= sizeof(struct inotify_event) + kevent->event.len;
410 size_t event_size = sizeof (struct inotify_event);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dinotify.h13 * struct inotify_event - structure read from the inotify device for each event
18 struct inotify_event { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dinotify.c49 #define EVENT_SIZE ( sizeof (struct inotify_event) )
690 struct inotify_event * event = (struct inotify_event *) &buffer[i];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dinotify.c49 #define EVENT_SIZE ( sizeof (struct inotify_event) )
682 struct inotify_event * event = (struct inotify_event *) &buffer[i];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dinotify.c49 #define EVENT_SIZE ( sizeof (struct inotify_event) )
689 struct inotify_event * event = (struct inotify_event *) &buffer[i];

Completed in 64 milliseconds