wait_handle        56 source4/ntvfs/posix/pvfs_lock.c 	struct pvfs_wait *wait_handle;
wait_handle       147 source4/ntvfs/posix/pvfs_lock.c 		talloc_free(pending->wait_handle);
wait_handle       186 source4/ntvfs/posix/pvfs_lock.c 				pending->wait_handle = pvfs_wait_message(pvfs, req, MSG_BRL_RETRY, 
wait_handle       190 source4/ntvfs/posix/pvfs_lock.c 				if (pending->wait_handle == NULL) {
wait_handle       194 source4/ntvfs/posix/pvfs_lock.c 					talloc_steal(pending, pending->wait_handle);
wait_handle       378 source4/ntvfs/posix/pvfs_lock.c 				pending->wait_handle = pvfs_wait_message(pvfs, req, MSG_BRL_RETRY, 
wait_handle       382 source4/ntvfs/posix/pvfs_lock.c 				if (pending->wait_handle == NULL) {
wait_handle       386 source4/ntvfs/posix/pvfs_lock.c 				talloc_steal(pending, pending->wait_handle);
wait_handle       271 source4/ntvfs/posix/pvfs_notify.c 		struct pvfs_wait *wait_handle;
wait_handle       272 source4/ntvfs/posix/pvfs_notify.c 		wait_handle = pvfs_wait_message(pvfs, req, -1,
wait_handle       276 source4/ntvfs/posix/pvfs_notify.c 		NT_STATUS_HAVE_NO_MEMORY(wait_handle);
wait_handle       277 source4/ntvfs/posix/pvfs_notify.c 		talloc_steal(req, wait_handle);
wait_handle       920 source4/ntvfs/posix/pvfs_open.c 	struct pvfs_wait *wait_handle;
wait_handle       952 source4/ntvfs/posix/pvfs_open.c 	wait_handle = pvfs_wait_message(pvfs, req,
wait_handle       955 source4/ntvfs/posix/pvfs_open.c 	if (wait_handle == NULL) {
wait_handle       959 source4/ntvfs/posix/pvfs_open.c 	talloc_steal(r, wait_handle);