Home
last modified time | relevance | path

Searched refs:INTEGRITY_TYPE_CLOSE (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/filesystems/udfs/udf_info/
H A Decma_167.h358 #define INTEGRITY_TYPE_CLOSE 1 macro
H A Dphys_eject.cpp392 if(Vcb->LVid && Vcb->origIntegrityType == INTEGRITY_TYPE_CLOSE) { in UDFEjectReqWaiter()
H A Dmount.cpp413 lvid->integrityType = INTEGRITY_TYPE_CLOSE; in UDFUpdateLogicalVolInt()
986 if(Vcb->LVid && Vcb->origIntegrityType == INTEGRITY_TYPE_CLOSE) { in UDFUmount__()
1289 Vcb->IntegrityType = INTEGRITY_TYPE_CLOSE; in UDFLoadLogicalVolInt()
/reactos/drivers/filesystems/udfs/Include/
H A Dphys_lib.cpp4025 if(!Vcb->Modified || (Vcb->IntegrityType == INTEGRITY_TYPE_CLOSE)) { in UDFWriteSectors()