/reactos/ntoskrnl/cc/ |
H A D | lazywrite.c | 243 PIRP TopLevel; in CcWorkerThread() local 257 TopLevel = IoGetTopLevelIrp(); in CcWorkerThread() 258 if (TopLevel != NULL) in CcWorkerThread() 260 DPRINT1("(%p) TopLevel IRP for this thread: %p\n", PsGetCurrentThread(), TopLevel); in CcWorkerThread() 365 if (TopLevel != IoGetTopLevelIrp()) in CcWorkerThread() 367 …DPRINT1("(%p) Mismatching TopLevel: %p, %p\n", PsGetCurrentThread(), TopLevel, IoGetTopLevelIrp()); in CcWorkerThread()
|
/reactos/drivers/filesystems/fastfat/ |
H A D | close.c | 118 BOOLEAN TopLevel; in _Function_class_() local 146 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 177 BOOLEAN Wait = TopLevel && (PsGetCurrentProcess() != FatData.OurProcess); in _Function_class_() 228 … (FatCommonClose( Vcb, Fcb, Ccb, TypeOfOpen, Wait, TopLevel, &VcbDeleted ) == STATUS_PENDING)) { in _Function_class_() 308 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_() 386 BOOLEAN TopLevel = FALSE; in _Requires_lock_held_() local 401 TopLevel = TRUE; in _Requires_lock_held_() 508 TopLevel, in _Requires_lock_held_() 840 IN BOOLEAN TopLevel, in _Requires_lock_held_() 1208 TopLevel) { in _Requires_lock_held_()
|
H A D | shutdown.c | 68 BOOLEAN TopLevel; in _Function_class_() local 80 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 100 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | devctrl.c | 80 BOOLEAN TopLevel; in _Function_class_() local 88 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 108 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | volinfo.c | 132 BOOLEAN TopLevel; in _Function_class_() local 144 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 164 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_() 213 BOOLEAN TopLevel; in _Function_class_() local 225 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 245 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | lockctrl.c | 67 BOOLEAN TopLevel; in _Function_class_() local 80 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 100 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | pnp.c | 112 BOOLEAN TopLevel; in _Function_class_() local 121 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 156 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | ea.c | 120 BOOLEAN TopLevel; in _Function_class_() local 132 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 152 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_() 201 BOOLEAN TopLevel; in _Function_class_() local 213 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 233 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | cleanup.c | 80 BOOLEAN TopLevel; in _Function_class_() local 107 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 127 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | flush.c | 100 BOOLEAN TopLevel; in _Function_class_() local 112 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 132 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | dirctrl.c | 101 BOOLEAN TopLevel; in _Function_class_() local 114 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 134 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | read.c | 154 BOOLEAN TopLevel = FALSE; in _Function_class_() local 222 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 263 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | write.c | 111 BOOLEAN TopLevel = FALSE; in _Function_class_() local 153 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 200 NT_ASSERT( !(ModWriter && TopLevel) ); in _Function_class_() 204 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | fileinfo.c | 232 BOOLEAN TopLevel; in _Function_class_() local 244 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 264 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_() 313 BOOLEAN TopLevel; in _Function_class_() local 325 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 345 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | create.c | 311 BOOLEAN TopLevel; in _Function_class_() local 343 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 368 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | fsctrl.c | 668 BOOLEAN TopLevel; in _Function_class_() local 694 TopLevel = FatIsIrpTopLevel( Irp ); in _Function_class_() 735 if (TopLevel) { IoSetTopLevelIrp( NULL ); } in _Function_class_()
|
H A D | fatprocs.h | 2418 IN BOOLEAN TopLevel,
|
/reactos/drivers/filesystems/cdfs/ |
H A D | cddata.c | 326 SafeNodeType( IrpContext->TopLevel ) == CDFS_NTC_IRP_CONTEXT ); in __drv_dispatchType() 1072 IrpContext->TopLevel = IrpContext; in CdSetThreadContext() 1083 IrpContext->TopLevel = CurrentThreadContext->TopLevelIrpContext; in CdSetThreadContext()
|
H A D | strucsup.c | 1968 if (FlagOn( IrpContext->TopLevel->Flags, IRP_CONTEXT_FLAG_IN_TEARDOWN )) { 1973 SetFlag( IrpContext->TopLevel->Flags, IRP_CONTEXT_FLAG_IN_TEARDOWN ); 2098 ClearFlag( IrpContext->TopLevel->Flags, IRP_CONTEXT_FLAG_IN_TEARDOWN );
|
H A D | cdstruc.h | 1188 struct _IRP_CONTEXT *TopLevel; member
|
H A D | fieldoff.c | 201 doit( IRP_CONTEXT, TopLevel );
|
/reactos/drivers/storage/ide/uniata/ |
H A D | id_ata.cpp | 9227 BOOLEAN TopLevel argument 9231 if(TopLevel) { 9291 IN BOOLEAN TopLevel argument 9322 if(TopLevel && Srb && Srb->SrbExtension) { 9481 PostReq = UniataNeedQueueing(deviceExtension, chan, TopLevel); 9513 if(TopLevel) { 9658 TopLevel = FALSE; 10057 PostReq = UniataNeedQueueing(deviceExtension, chan, TopLevel); 10059 if(PostReq || TopLevel) { 10178 PostReq = UniataNeedQueueing(deviceExtension, chan, TopLevel); [all …]
|
H A D | todo.txt | 204 125.fill AtaReq with ZEROs on TopLevel condition (22a)
|
H A D | atapi.h | 1399 IN BOOLEAN TopLevel
|
/reactos/sdk/lib/drivers/rdbsslib/ |
H A D | rdbss.c | 6191 BOOLEAN TopLevel, Closing, PassToDriver, SetCancelRoutine, PostRequest, CanWait; in RxFsdCommonDispatch() local 6199 TopLevel = RxTryToBecomeTheTopLevelIrp(&TopLevelContext, Irp, RxDeviceObject, FALSE); in RxFsdCommonDispatch() 6454 if (TopLevel) in RxFsdCommonDispatch() 6849 PRX_TOPLEVELIRP_CONTEXT TopLevel; in RxGetTopIrpIfRdbssIrp() local 6851 TopLevel = (PRX_TOPLEVELIRP_CONTEXT)IoGetTopLevelIrp(); in RxGetTopIrpIfRdbssIrp() 6852 if (RxIsThisAnRdbssTopLevelContext(TopLevel)) in RxGetTopIrpIfRdbssIrp() 6854 Irp = TopLevel->Irp; in RxGetTopIrpIfRdbssIrp()
|