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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dinotify.c194 static struct inotify_event * move_event_buf = NULL;
215 struct inotify_event *event
221 struct inotify_event *after_buf = NULL;
292 size_t el = sizeof( struct inotify_event ) + event->len;
467 struct inotify_event *event =
468 ( struct inotify_event * )
473 i += sizeof( struct inotify_event ) + event->len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dnotify_inotify.c100 struct inotify_event *e)
145 struct inotify_event *e,
147 struct inotify_event *e2)
224 struct inotify_event *e0, *e;
238 e0 = e = (struct inotify_event *)TALLOC_SIZE(in, bufsize);
249 struct inotify_event *e2 = NULL;
252 e2 = (struct inotify_event *)(e->len + sizeof(*e) + (char *)e);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify_user.c136 size_t event_size = sizeof(struct inotify_event);
169 struct inotify_event inotify_event; local
172 size_t event_size = sizeof(struct inotify_event);
183 inotify_event.wd = -1;
187 inotify_event.wd = priv->wd;
197 inotify_event.len = name_len;
199 inotify_event.mask = inotify_mask_to_arg(event->mask);
200 inotify_event.cookie = event->sync_cookie;
203 if (copy_to_user(buf, &inotify_event, event_siz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/linux/
H A Dinotify.h13 * struct inotify_event - structure read from the inotify device for each event
18 struct inotify_event { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinotify.h15 * struct inotify_event - structure read from the inotify device for each event
20 struct inotify_event { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddir-watch-inotify.c41 #define INOTIFY_EVENT_SIZE (sizeof(struct inotify_event))
69 struct inotify_event *ev;
72 ev = (struct inotify_event *) &buffer[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Dwatch.c54 #define EVENT_SIZE (sizeof (struct inotify_event))
137 struct inotify_event * event = (struct inotify_event *) &buf[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/linux/
H A Dvnode.c66 inotify_event_dump(struct inotify_event *evt)
92 get_one_event(struct inotify_event *dst, int pfd)
191 struct inotify_event evt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dfilescanner.c891 process_inotify_dir(struct watch_info *wi, char *path, struct inotify_event *ie)
1002 process_inotify_file(struct watch_info *wi, char *path, struct inotify_event *ie)
1120 struct inotify_event *buf;
1121 struct inotify_event *ie;
1137 buf = (struct inotify_event *)malloc(qsize);
1155 qsize /= sizeof(struct inotify_event);
1158 for (ie = buf; (ie - buf) < qsize; ie += (1 + (ie->len / sizeof(struct inotify_event))))
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dinotify.c51 #define EVENT_SIZE ( sizeof (struct inotify_event) )
702 struct inotify_event * event = (struct inotify_event *) &buffer[i];

Completed in 199 milliseconds