notify_changes   2349 source4/libcli/raw/interfaces.h 			struct notify_changes *changes;
notify_changes     85 source4/libcli/raw/rawnotify.c 	parms->nttrans.out.changes = talloc_array(mem_ctx, struct notify_changes, parms->nttrans.out.num_changes);
notify_changes     90 source4/libcli/smb2/notify.c 	io->out.changes = talloc_array(mem_ctx, struct notify_changes, io->out.num_changes);
notify_changes     34 source4/ntvfs/posix/pvfs_notify.c 	struct notify_changes *changes;
notify_changes    133 source4/ntvfs/posix/pvfs_notify.c 	struct notify_changes *n2;
notify_changes    136 source4/ntvfs/posix/pvfs_notify.c 	n2 = talloc_realloc(n, n->changes, struct notify_changes, n->num_changes+1);