Searched refs:_ReadBytes (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/filesystems/udfs/Include/ |
H A D | wcache_lib.cpp | 1868 SIZE_T _ReadBytes; in WCachePreReadPacket__() local 1935 _ReadBytes = PS<<BSh; in WCachePreReadPacket__() 2032 SIZE_T _ReadBytes; in WCacheReadBlocks__() local 2051 (*ReadBytes) += _ReadBytes; in WCacheReadBlocks__() 2201 *ReadBytes += _ReadBytes; in WCacheReadBlocks__() 2203 _ReadBytes &= ~(BS-1); in WCacheReadBlocks__() 2206 Buffer += _ReadBytes; in WCacheReadBlocks__() 2220 *ReadBytes += _ReadBytes; in WCacheReadBlocks__() 2222 _ReadBytes &= ~(BS-1); in WCacheReadBlocks__() 2225 Buffer += _ReadBytes; in WCacheReadBlocks__() [all …]
|
H A D | phys_lib.cpp | 677 SIZE_T _ReadBytes; in UDFTRead() 691 _ReadBytes = (SIZE_T)Vcb; in UDFTRead() 703 _ReadBytes = RelocExtent->extLength; in UDFTRead() 707 (*ReadBytes) += _ReadBytes; in UDFTRead() 777 SIZE_T _ReadBytes; in UDFTReadAsync() local 780 RtlZeroMemory(Buffer, _ReadBytes = RelocExtent->extLength); in UDFTReadAsync() 797 (*ReadBytes) += _ReadBytes; in UDFTReadAsync() 3919 SIZE_T _ReadBytes; in UDFReadInSector() local 3962 SIZE_T _ReadBytes = 0; in UDFReadData() local 3987 (*ReadBytes) += _ReadBytes; in UDFReadData() [all …]
|
/reactos/drivers/filesystems/udfs/udf_info/ |
H A D | extent.cpp | 3038 SIZE_T to_read, _ReadBytes; in UDFReadExtent() local 3048 _ReadBytes = index; in UDFReadExtent() 3052 Extent += (_ReadBytes + 1); in UDFReadExtent() 3056 …b, TRUE, ( ((uint64)Lba) << Vcb->BlockSizeBits) + sect_offs, to_read, Direct, Buffer, &_ReadBytes); in UDFReadExtent() 3057 (*ReadBytes) += _ReadBytes; in UDFReadExtent() 3071 _ReadBytes = index; in UDFReadExtent()
|
H A D | mount.cpp | 1247 SIZE_T _ReadBytes; in UDFLoadLogicalVolInt() local 1311 …adData(Vcb, TRUE, ((uint64)(loc.extLocation)) << Vcb->BlockSizeBits, len, FALSE, Buf, &_ReadBytes); in UDFLoadLogicalVolInt()
|