listel            255 source3/smbd/notify_internal.c 	struct notify_list *listel;
listel            268 source3/smbd/notify_internal.c 	for (listel=notify->list;listel;listel=listel->next) {
listel            269 source3/smbd/notify_internal.c 		if (listel->private_data == ev.private_data) {
listel            270 source3/smbd/notify_internal.c 			listel->callback(listel->private_data, &ev);
listel            284 source3/smbd/notify_internal.c 	struct notify_list *listel = talloc_get_type(ptr, struct notify_list);
listel            285 source3/smbd/notify_internal.c 	ev->private_data = listel;
listel            288 source3/smbd/notify_internal.c 	listel->callback(listel->private_data, ev);
listel            357 source3/smbd/notify_internal.c 	struct notify_list *listel;
listel            389 source3/smbd/notify_internal.c 	listel = TALLOC_ZERO_P(notify, struct notify_list);
listel            390 source3/smbd/notify_internal.c 	if (listel == NULL) {
listel            395 source3/smbd/notify_internal.c 	listel->private_data = private_data;
listel            396 source3/smbd/notify_internal.c 	listel->callback = callback;
listel            397 source3/smbd/notify_internal.c 	listel->depth = depth;
listel            398 source3/smbd/notify_internal.c 	DLIST_ADD(notify->list, listel);
listel            407 source3/smbd/notify_internal.c 					  sys_notify_callback, listel, 
listel            408 source3/smbd/notify_internal.c 					  &listel->sys_notify_handle);
listel            410 source3/smbd/notify_internal.c 			talloc_steal(listel, listel->sys_notify_handle);
listel            435 source3/smbd/notify_internal.c 	struct notify_list *listel;
listel            445 source3/smbd/notify_internal.c 	for (listel=notify->list;listel;listel=listel->next) {
listel            446 source3/smbd/notify_internal.c 		if (listel->private_data == private_data) {
listel            447 source3/smbd/notify_internal.c 			DLIST_REMOVE(notify->list, listel);
listel            451 source3/smbd/notify_internal.c 	if (listel == NULL) {
listel            455 source3/smbd/notify_internal.c 	depth = listel->depth;
listel            457 source3/smbd/notify_internal.c 	talloc_free(listel);
listel            259 source4/ntvfs/common/notify.c 	struct notify_list *listel;
listel            272 source4/ntvfs/common/notify.c 	for (listel=notify->list;listel;listel=listel->next) {
listel            273 source4/ntvfs/common/notify.c 		if (listel->private_data == ev.private_data) {
listel            274 source4/ntvfs/common/notify.c 			listel->callback(listel->private_data, &ev);
listel            288 source4/ntvfs/common/notify.c 	struct notify_list *listel = talloc_get_type(ptr, struct notify_list);
listel            289 source4/ntvfs/common/notify.c 	ev->private_data = listel;
listel            290 source4/ntvfs/common/notify.c 	listel->callback(listel->private_data, ev);
listel            358 source4/ntvfs/common/notify.c 	struct notify_list *listel;
listel            388 source4/ntvfs/common/notify.c 	listel = talloc_zero(notify, struct notify_list);
listel            389 source4/ntvfs/common/notify.c 	if (listel == NULL) {
listel            394 source4/ntvfs/common/notify.c 	listel->private_data = private_data;
listel            395 source4/ntvfs/common/notify.c 	listel->callback = callback;
listel            396 source4/ntvfs/common/notify.c 	listel->depth = depth;
listel            397 source4/ntvfs/common/notify.c 	DLIST_ADD(notify->list, listel);
listel            406 source4/ntvfs/common/notify.c 					  sys_notify_callback, listel, 
listel            407 source4/ntvfs/common/notify.c 					  &listel->sys_notify_handle);
listel            409 source4/ntvfs/common/notify.c 			talloc_steal(listel, listel->sys_notify_handle);
listel            434 source4/ntvfs/common/notify.c 	struct notify_list *listel;
listel            443 source4/ntvfs/common/notify.c 	for (listel=notify->list;listel;listel=listel->next) {
listel            444 source4/ntvfs/common/notify.c 		if (listel->private_data == private_data) {
listel            445 source4/ntvfs/common/notify.c 			DLIST_REMOVE(notify->list, listel);
listel            449 source4/ntvfs/common/notify.c 	if (listel == NULL) {
listel            453 source4/ntvfs/common/notify.c 	depth = listel->depth;
listel            455 source4/ntvfs/common/notify.c 	talloc_free(listel);