Searched refs:Irp2 (Results 1 – 2 of 2) sorted by relevance
149 PIRP Irp2; in vol_read() local169 if (!Irp2) { in vol_read()203 Irp2->UserIosb = &context.iosb; in vol_read()230 PIRP Irp2; in vol_write() local256 if (!Irp2) { in vol_write()272 Irp2->Flags |= IRP_BUFFERED_IO; in vol_write()284 Irp2->UserIosb = &context.iosb; in vol_write()664 PIRP Irp2; in vol_ioctl_passthrough() local687 if (!Irp2) { in vol_ioctl_passthrough()708 Irp2->Flags = Irp->Flags; in vol_ioctl_passthrough()[all …]
342 PIRP Irp2; in pdo_device_usage_notification() local346 Irp2 = IoAllocateIrp(vc->devobj->StackSize, false); in pdo_device_usage_notification()347 if (!Irp2) { in pdo_device_usage_notification()353 IrpSp2 = IoGetNextIrpStackLocation(Irp2); in pdo_device_usage_notification()360 Irp2->UserIosb = &context.iosb; in pdo_device_usage_notification()363 Irp2->UserEvent = &context.Event; in pdo_device_usage_notification()365 IoSetCompletionRoutine(Irp2, device_usage_completion, &context, true, true, true); in pdo_device_usage_notification()367 context.Status = IoCallDriver(vc->devobj, Irp2); in pdo_device_usage_notification()