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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dnotify_inotify.c109 struct inotify_event *e)
154 struct inotify_event *e,
156 struct inotify_event *e2)
233 struct inotify_event *e0, *e;
249 e0 = e = (struct inotify_event *)TALLOC_SIZE(in, bufsize);
265 struct inotify_event *e2 = NULL;
268 e2 = (struct inotify_event *)(e->len + sizeof(*e) + (char *)e);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dnotify_inotify.c109 struct inotify_event *e)
154 struct inotify_event *e,
156 struct inotify_event *e2)
233 struct inotify_event *e0, *e;
249 e0 = e = (struct inotify_event *)TALLOC_SIZE(in, bufsize);
265 struct inotify_event *e2 = NULL;
268 e2 = (struct inotify_event *)(e->len + sizeof(*e) + (char *)e);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dnotify_inotify.c109 struct inotify_event *e)
154 struct inotify_event *e,
156 struct inotify_event *e2)
233 struct inotify_event *e0, *e;
249 e0 = e = (struct inotify_event *)TALLOC_SIZE(in, bufsize);
265 struct inotify_event *e2 = NULL;
268 e2 = (struct inotify_event *)(e->len + sizeof(*e) + (char *)e);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dinotify.c37 #define INOTIFY_SZ (sizeof(struct inotify_event) + NAME_MAX + 1)
216 struct inotify_event *in;
223 for (p = inotify_buffer; rc - (p - inotify_buffer) >= (int)sizeof(struct inotify_event); p += sizeof(struct inotify_event) + in->len)
225 in = (struct inotify_event*)p;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dinotify.c37 #define INOTIFY_SZ (sizeof(struct inotify_event) + NAME_MAX + 1)
216 struct inotify_event *in;
223 for (p = inotify_buffer; rc - (p - inotify_buffer) >= (int)sizeof(struct inotify_event); p += sizeof(struct inotify_event) + in->len)
225 in = (struct inotify_event*)p;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dinotify.c37 #define INOTIFY_SZ (sizeof(struct inotify_event) + NAME_MAX + 1)
216 struct inotify_event *in;
223 for (p = inotify_buffer; rc - (p - inotify_buffer) >= (int)sizeof(struct inotify_event); p += sizeof(struct inotify_event) + in->len)
225 in = (struct inotify_event*)p;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/sysdep/
H A Dinotify.c92 struct inotify_event *e)
134 struct inotify_event *e,
136 struct inotify_event *e2)
207 struct inotify_event *e0, *e;
232 struct inotify_event *e2 = NULL;
235 e2 = (struct inotify_event *)(e->len + sizeof(*e) + (char *)e);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/sysdep/
H A Dinotify.c92 struct inotify_event *e)
134 struct inotify_event *e,
136 struct inotify_event *e2)
207 struct inotify_event *e0, *e;
232 struct inotify_event *e2 = NULL;
235 e2 = (struct inotify_event *)(e->len + sizeof(*e) + (char *)e);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/sysdep/
H A Dinotify.c92 struct inotify_event *e)
134 struct inotify_event *e,
136 struct inotify_event *e2)
207 struct inotify_event *e0, *e;
232 struct inotify_event *e2 = NULL;
235 e2 = (struct inotify_event *)(e->len + sizeof(*e) + (char *)e);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dinotifyd.c116 struct inotify_event *ie;
167 i = sizeof(struct inotify_event) + ie->len;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dinotifyd.c116 struct inotify_event *ie;
167 i = sizeof(struct inotify_event) + ie->len;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dinotifyd.c116 struct inotify_event *ie;
167 i = sizeof(struct inotify_event) + ie->len;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/linux/
H A Dinotify.h13 * struct inotify_event - structure read from the inotify device for each event
18 struct inotify_event { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/linux/
H A Dinotify.h13 * struct inotify_event - structure read from the inotify device for each event
18 struct inotify_event { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dinotify.h15 * struct inotify_event - structure read from the inotify device for each event
20 struct inotify_event { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dinotify.h17 * struct inotify_event - structure read from the inotify device for each event
22 struct inotify_event { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/sys/
H A Dinotify.h36 struct inotify_event struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dinotify.h17 * struct inotify_event - structure read from the inotify device for each event
22 struct inotify_event { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/sys/
H A Dinotify.h36 struct inotify_event struct

Completed in 303 milliseconds

12