e0               6569 source3/include/proto.h NTSTATUS notify_add(struct notify_context *notify, struct notify_entry *e0,
e0                233 source3/smbd/notify_inotify.c 	struct inotify_event *e0, *e;
e0                248 source3/smbd/notify_inotify.c 	e0 = e = (struct inotify_event *)TALLOC_SIZE(in, bufsize);
e0                251 source3/smbd/notify_inotify.c 	status = read_data(in->fd, (char *)e0, bufsize);
e0                255 source3/smbd/notify_inotify.c 		talloc_free(e0);
e0                274 source3/smbd/notify_inotify.c 	talloc_free(e0);
e0                350 source3/smbd/notify_internal.c NTSTATUS notify_add(struct notify_context *notify, struct notify_entry *e0,
e0                354 source3/smbd/notify_internal.c 	struct notify_entry e = *e0;
e0                351 source4/ntvfs/common/notify.c NTSTATUS notify_add(struct notify_context *notify, struct notify_entry *e0,
e0                355 source4/ntvfs/common/notify.c 	struct notify_entry e = *e0;
e0                207 source4/ntvfs/sysdep/inotify.c 	struct inotify_event *e0, *e;
e0                221 source4/ntvfs/sysdep/inotify.c 	e0 = e = talloc_size(in, bufsize);
e0                224 source4/ntvfs/sysdep/inotify.c 	if (read(in->fd, e0, bufsize) != bufsize) {
e0                226 source4/ntvfs/sysdep/inotify.c 		talloc_free(e0);
e0                242 source4/ntvfs/sysdep/inotify.c 	talloc_free(e0);