notify_buf       6530 source3/include/proto.h 			 struct notify_change_buf *notify_buf);
notify_buf        156 source3/smbd/notify.c 			 struct notify_change_buf *notify_buf)
notify_buf        160 source3/smbd/notify.c 	if (notify_buf->num_changes == -1) {
notify_buf        162 source3/smbd/notify.c 		notify_buf->num_changes = 0;
notify_buf        168 source3/smbd/notify.c 	if (!notify_marshall_changes(notify_buf->num_changes, max_param,
notify_buf        169 source3/smbd/notify.c 					notify_buf->changes, &ps)) {
notify_buf        184 source3/smbd/notify.c 	TALLOC_FREE(notify_buf->changes);
notify_buf        185 source3/smbd/notify.c 	notify_buf->num_changes = 0;