Home
last modified time | relevance | path

Searched refs:VCBQueue (Results 1 – 5 of 5) sorted by relevance

/reactos/drivers/filesystems/udfs/
H A Dshutdown.cpp158 Link = UDFGlobalData.VCBQueue.Flink; in UDFCommonShutdown()
160 while (Link != &(UDFGlobalData.VCBQueue)) { in UDFCommonShutdown()
H A Dfscntrl.cpp1519 Link = UDFGlobalData.VCBQueue.Flink; in UDFScanForDismountedVcb()
1521 while (Link != &(UDFGlobalData.VCBQueue)) { in UDFScanForDismountedVcb()
2539 Link = UDFGlobalData.VCBQueue.Flink; in UDFInvalidateVolumes()
2543 while (Link != &(UDFGlobalData.VCBQueue)) { in UDFInvalidateVolumes()
H A Dudfinit.cpp146 InitializeListHead(&(UDFGlobalData.VCBQueue)); in DriverEntry()
H A Dmisc.cpp1589 InsertTailList(&(UDFGlobalData.VCBQueue), &(Vcb->NextVCB)); in UDFInitializeVCB()
/reactos/drivers/filesystems/udfs/Include/
H A Dudf_common.h553 LIST_ENTRY VCBQueue; member