Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/udf_info/
H A Dosta_misc.h32 uint16 maxUDFWriteRev; member
H A Dmount.cpp395 (LVID_iUse->maxUDFWriteRev == Vcb->maxUDFWriteRev) && in UDFUpdateLogicalVolInt()
402 LVID_iUse->maxUDFWriteRev = Vcb->maxUDFWriteRev; in UDFUpdateLogicalVolInt()
1337 UDFPrint((" maxW: %x\n",LVID_iUse->maxUDFWriteRev)); in UDFLoadLogicalVolInt()
1342 Vcb->maxUDFWriteRev = LVID_iUse->maxUDFWriteRev; in UDFLoadLogicalVolInt()
H A Dudf_info.h1038 (Vcb->maxUDFWriteRev >= 0x0200)
1041 (Vcb->maxUDFWriteRev >= 0x0200)
H A Dudf_info.cpp3684 Vcb->maxUDFWriteRev = 0x0150; in UDFLoadVAT()
3707 Vcb->maxUDFWriteRev = Buf->maxWriteRevision; in UDFLoadVAT()
5138 Buf->maxWriteRevision = Vcb->maxUDFWriteRev; in UDFRecordVAT()
/reactos/drivers/filesystems/udfs/Include/
H A Dudf_common.h348 uint16 maxUDFWriteRev; member