Home
last modified time | relevance | path

Searched refs:WriteBlockSize (Results 1 – 10 of 10) sorted by relevance

/reactos/drivers/filesystems/udfs/
H A Dverfysup.cpp270 NewVcb->WriteBlockSize, in UDFVerifyVolume()
363 Vcb->WriteBlockSize, in UDFVerifyVolume()
H A Dfscntrl.cpp586 Vcb->WriteBlockSize, in UDFMountVolume()
/reactos/drivers/filesystems/udfs/Include/
H A Dudf_common.h224 ULONG WriteBlockSize; member
H A Dphys_lib.cpp2158 … buff = (uint8*)DbgAllocatePoolWithTag(NonPagedPool, Vcb->WriteBlockSize, 'bNWD' ); in UDFReadDiscTrackInfo()
2162 Vcb->WriteBlockSize, in UDFReadDiscTrackInfo()
2843 Vcb->WriteBlockSize = PACKETSIZE_UDF*Vcb->BlockSize; in UDFGetBlockSize()
2849 Vcb->WriteBlockSize = Vcb->BlockSize; in UDFGetBlockSize()
2851 Vcb->WriteBlockSize = PACKETSIZE_UDF*Vcb->BlockSize; in UDFGetBlockSize()
3582 if(!Vcb->WriteBlockSize) in UDFGetDiskInfo()
3583 Vcb->WriteBlockSize = PACKETSIZE_UDF*Vcb->BlockSize; in UDFGetDiskInfo()
/reactos/drivers/filesystems/udfs/udf_info/
H A Dremap.cpp775 uint32 PS = Vcb->WriteBlockSize >> Vcb->BlockSizeBits; in UDFCheckArea()
777 buff = (uint8*)DbgAllocatePoolWithTag(NonPagedPool, Vcb->WriteBlockSize, 'bNWD' ); in UDFCheckArea()
H A Dalloc.cpp572 SIZE_T PS = Vcb->WriteBlockSize >> Vcb->BlockSizeBits;
H A Dmount.cpp935 … if(WCacheGetWriteBlockCount__(&(Vcb->FastCache)) >= (Vcb->WriteBlockSize >> Vcb->BlockSizeBits) ) in UDFUmount__()
2878 …DFRegisterFsStructure(Vcb, ((SparingEntry*)(SparTable+1))[j].mappedLocation, Vcb->WriteBlockSize); in UDFLoadSparingTable()
H A Dextent.cpp2253 PS = Vcb->WriteBlockSize >> Vcb->BlockSizeBits; in UDFResizeExtent()
2268 MaxGrow &= ~(Vcb->WriteBlockSize-1); in UDFResizeExtent()
H A Dudf_info.cpp1693 …status = UDFResizeExtent(Vcb, PartNum, (t*2+Vcb->WriteBlockSize-1) & ~(SIZE_T)(Vcb->WriteBlockSize in UDFWriteFile__()
5061 uint32 MaxPacket = Vcb->WriteBlockSize >> BSh; in UDFRecordVAT()
/reactos/drivers/filesystems/udfs/CDRW/
H A Dcdrw_usr.h1669 ULONG WriteBlockSize; member