/reactos/drivers/filesystems/fastfat/ |
H A D | resrcsup.c | 192 if ((Fcb->NonPaged->OutstandingAsyncWrites != 0) && in FatAcquireExclusiveFcb() 198 KeWaitForSingleObject( Fcb->NonPaged->OutstandingAsyncEvent, in FatAcquireExclusiveFcb() 270 if ((Fcb->NonPaged->OutstandingAsyncWrites != 0) && in FatAcquireSharedFcb() 276 KeWaitForSingleObject( Fcb->NonPaged->OutstandingAsyncEvent, in FatAcquireSharedFcb() 354 if ((Fcb->NonPaged->OutstandingAsyncWrites != 0) && in FatAcquireSharedFcbWaitForEx() 357 KeWaitForSingleObject( Fcb->NonPaged->OutstandingAsyncEvent, in FatAcquireSharedFcbWaitForEx()
|
H A D | dumpsup.c | 302 DumpField (NonPaged); in FatDumpFcb() 304 DumpField (NonPaged->SectionObjectPointers.DataSectionObject); in FatDumpFcb() 305 DumpField (NonPaged->SectionObjectPointers.SharedCacheMap); in FatDumpFcb() 306 DumpField (NonPaged->SectionObjectPointers.ImageSectionObject); in FatDumpFcb()
|
H A D | strucsup.c | 1061 Dcb->NonPaged = FatAllocateNonPagedFcb(); in _Requires_lock_held_() 1063 RtlZeroMemory( Dcb->NonPaged, sizeof( NON_PAGED_FCB ) ); in _Requires_lock_held_() 1138 ExInitializeFastMutex( &Dcb->NonPaged->AdvancedFcbHeaderMutex ); in _Requires_lock_held_() 1350 Fcb->NonPaged = FatAllocateNonPagedFcb(); in FatCreateFcb() 1352 RtlZeroMemory( Fcb->NonPaged, sizeof( NON_PAGED_FCB ) ); in FatCreateFcb() 1501 ExInitializeFastMutex( &Fcb->NonPaged->AdvancedFcbHeaderMutex ); in FatCreateFcb() 1702 Dcb->NonPaged = FatAllocateNonPagedFcb(); in FatCreateDcb() 1704 RtlZeroMemory( Dcb->NonPaged, sizeof( NON_PAGED_FCB ) ); in FatCreateDcb() 2134 if (Fcb->NonPaged->OutstandingAsyncEvent) { in FatDeleteFcb() 2136 ExFreePool( Fcb->NonPaged->OutstandingAsyncEvent ); in FatDeleteFcb() [all …]
|
H A D | write.c | 1644 if ((FcbOrDcb->NonPaged->SectionObjectPointers.DataSectionObject != NULL) || 1658 if (!FcbOrDcb->NonPaged->OutstandingAsyncEvent) { 1660 FcbOrDcb->NonPaged->OutstandingAsyncEvent = 1665 KeInitializeEvent( FcbOrDcb->NonPaged->OutstandingAsyncEvent, 1674 if (ExInterlockedAddUlong( &FcbOrDcb->NonPaged->OutstandingAsyncWrites, 1678 KeClearEvent( FcbOrDcb->NonPaged->OutstandingAsyncEvent ); 1683 IrpContext->FatIoContext->Wait.Async.NonPagedFcb = FcbOrDcb->NonPaged; 2917 ExInterlockedAddUlong( &FcbOrDcb->NonPaged->OutstandingAsyncWrites,
|
H A D | cleanup.c | 996 (Fcb->NonPaged->SectionObjectPointers.DataSectionObject != NULL)) { in _Requires_lock_held_() 998 CcFlushCache( &Fcb->NonPaged->SectionObjectPointers, NULL, 0, NULL ); in _Requires_lock_held_() 1009 CcPurgeCacheSection( &Fcb->NonPaged->SectionObjectPointers, in _Requires_lock_held_()
|
H A D | create.c | 3604 if (!MmFlushImageSection( &Fcb->NonPaged->SectionObjectPointers, in _Requires_lock_held_() 3626 (Fcb->NonPaged->SectionObjectPointers.DataSectionObject != NULL) && in _Requires_lock_held_() 3631 CcFlushCache( &Fcb->NonPaged->SectionObjectPointers, NULL, 0, NULL ); in _Requires_lock_held_() 3642 CcPurgeCacheSection( &Fcb->NonPaged->SectionObjectPointers, in _Requires_lock_held_() 3703 FileObject->SectionObjectPointer = &Fcb->NonPaged->SectionObjectPointers; in _Requires_lock_held_() 4733 FileObject->SectionObjectPointer = &(*Fcb)->NonPaged->SectionObjectPointers; in _Requires_lock_held_() 6113 FileObject->SectionObjectPointer = &Fcb->NonPaged->SectionObjectPointers; in _Requires_lock_held_() 6448 if (!MmCanFileBeTruncated( &Fcb->NonPaged->SectionObjectPointers, in _Requires_lock_held_() 6464 FileObject->SectionObjectPointer = &Fcb->NonPaged->SectionObjectPointers; in _Requires_lock_held_() 6474 CcPurgeCacheSection( &Fcb->NonPaged->SectionObjectPointers, NULL, 0, FALSE ); in _Requires_lock_held_() [all …]
|
H A D | flush.c | 1072 CcFlushCache( &Fcb->NonPaged->SectionObjectPointers, NULL, 0, &Iosb ); in _Requires_lock_held_() 1293 CcFlushCache( &Fcb->ParentDcb->NonPaged->SectionObjectPointers, in FatFlushDirentForFile()
|
H A D | filobsup.c | 529 Section = &Fcb->NonPaged->SectionObjectPointers; in _Requires_lock_held_()
|
H A D | fatstruc.h | 811 PNON_PAGED_FCB NonPaged; member
|
H A D | cachesup.c | 919 DirectoryFileObject->SectionObjectPointer = &Dcb->NonPaged->SectionObjectPointers; in _Requires_lock_held_() 1034 EaFileObject->SectionObjectPointer = &EaFcb->NonPaged->SectionObjectPointers; in FatOpenEaFile()
|
H A D | fileinfo.c | 2496 if (!MmFlushImageSection( &Fcb->NonPaged->SectionObjectPointers, in _Requires_lock_held_() 3361 !MmFlushImageSection( &TempFcb->NonPaged->SectionObjectPointers, in FatSetRenameInfo()
|
H A D | fatprocs.h | 2821 ((FCB)->NonPaged->OutstandingAsyncWrites == 0) && \
|
/reactos/base/applications/taskmgr/ |
H A D | perfdata.c | 974 ULONG NonPaged; in PerfDataGetKernelMemoryTotalK() local 980 NonPaged = SystemPerfInfo.NonPagedPoolPages; in PerfDataGetKernelMemoryTotalK() 986 NonPaged = NonPaged * (PageSize / 1024); in PerfDataGetKernelMemoryTotalK() 988 Total = Paged + NonPaged; in PerfDataGetKernelMemoryTotalK() 1012 ULONG NonPaged; in PerfDataGetKernelMemoryNonPagedK() local 1017 NonPaged = SystemPerfInfo.NonPagedPoolPages; in PerfDataGetKernelMemoryNonPagedK() 1022 NonPaged = NonPaged * (PageSize / 1024); in PerfDataGetKernelMemoryNonPagedK() 1024 return NonPaged; in PerfDataGetKernelMemoryNonPagedK()
|
/reactos/sdk/include/ddk/ |
H A D | fcb.h | 140 PNON_PAGED_FCB NonPaged; member 542 #define RxWaitForStableNetFcb(F, R) RxWaitForStableCondition(&(F)->Condition, &(F)->NonPaged->Trans… 543 #define RxTransitionNetFcb(F, C) RxUpdateCondition((C), &(F)->Condition, &(F)->NonPaged->Transition… 555 ASSERT(Fcb->NonPaged == Fcb->CopyOfNonPaged); \ 556 ASSERT(Fcb->NonPaged->FcbBackPointer == Fcb); \ 565 ASSERT(Fcb->NonPaged != NULL ); \ 566 ASSERT(NodeType(Fcb->NonPaged) == RDBSS_NTC_NONPAGED_FCB); \
|
/reactos/sdk/lib/drivers/rdbsslib/ |
H A D | rdbss.c | 2149 if (Fcb->NonPaged->SectionObjectPointers.DataSectionObject != NULL && in RxCommonCleanup() 2159 if (Fcb->NonPaged->SectionObjectPointers.DataSectionObject != NULL) in RxCommonCleanup() 4313 CcPurgeCacheSection(&Fcb->NonPaged->SectionObjectPointers, in RxCommonWrite() 4560 if (Fcb->NonPaged->OutstandingAsyncEvent == NULL) in RxCommonWrite() 4562 Fcb->NonPaged->OutstandingAsyncEvent = &Fcb->NonPaged->TheActualEvent; in RxCommonWrite() 4563 KeInitializeEvent(Fcb->NonPaged->OutstandingAsyncEvent, in RxCommonWrite() 4571 KeClearEvent(Fcb->NonPaged->OutstandingAsyncEvent); in RxCommonWrite() 4575 LowIoContext->ParamsFor.ReadWrite.NonPagedFcb = Fcb->NonPaged; in RxCommonWrite() 5659 if (Fcb->NonPaged->OutstandingAsyncWrites != 0) in RxFastIoCheckIfPossible() 8008 MmForceSectionClosed(&Fcb->NonPaged->SectionObjectPointers, TRUE); in RxPurgeNetFcb() [all …]
|
/reactos/sdk/lib/drivers/rxce/ |
H A D | rxce.c | 504 Fcb->NonPaged = NonPagedFcb; in RxAllocateFcbObject() 859 CcPurgeCacheSection(&Fcb->NonPaged->SectionObjectPointers, NULL, 0, TRUE); in RxChangeBufferingState() 1547 InitializeListHead(&Fcb->NonPaged->TransitionWaitList); in RxCreateNetFcb() 1559 Fcb->Header.Resource = &Fcb->NonPaged->HeaderResource; in RxCreateNetFcb() 1562 Fcb->Header.PagingIoResource = &Fcb->NonPaged->PagingIoResource; in RxCreateNetFcb() 1565 Fcb->BufferedLocks.Resource = &Fcb->NonPaged->BufferedLocksResource; in RxCreateNetFcb() 4258 CcFlushCache(&Fcb->NonPaged->SectionObjectPointers, NULL, 0, &IoStatus); in RxFlushFcbInSystemCache() 4303 RxFreePoolWithTag(Fcb->NonPaged, RX_NONPAGEDFCB_POOLTAG); in RxFreeFcbObject() 4615 RxContext->NonPagedFcb = Fcb->NonPaged; in RxInitializeContext() 7028 Purged = CcPurgeCacheSection(&Fcb->NonPaged->SectionObjectPointers, FileOffset, in RxPurgeFcbInSystemCache() [all …]
|
/reactos/sdk/include/reactos/mc/ |
H A D | bugcodes.mc | 1274 Allocate from NonPaged Pool failed for a HAL critical allocation.
|