handle_completion   51 source3/smbd/aio.c 	int (*handle_completion)(struct aio_extra *ex, int errcode);
handle_completion  164 source3/smbd/aio.c 	aio_ex->handle_completion = handle_aio_read_complete;
handle_completion  260 source3/smbd/aio.c 	aio_ex->handle_completion = handle_aio_write_complete;
handle_completion  502 source3/smbd/aio.c 	err = aio_ex->handle_completion(aio_ex, err);