Searched refs:ioReqCount (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSDevice.c218 pb.ioReqCount = reqBytes;
270 pb.ioReqCount = reqBytes;
H A DScavenger.h504 long ioReqCount; member in struct:HIOParam
H A DSUtils.c495 pb.ioParam.ioReqCount = sizeof( buffer );
/macosx-10.10/hfs-285/fsck_hfs/
H A Dcache.c1005 uint32_t ioReqCount; local
1039 ioReqCount = cache->BlockSize;
1040 numberOfBuffersToWrite = (len + ioReqCount - 1) / ioReqCount;
1045 ioReqCount = len - (i * cache->BlockSize);
1049 error = CacheRawRead (cache, from_offset, ioReqCount, tmpBuffer);
1053 error = CacheRawWrite (cache, to_offset, ioReqCount, tmpBuffer);
1057 printf ("%s: Copying %d bytes from %qd to %qd\n", __FUNCTION__, ioReqCount, from_offset, to_offset);
1061 from_offset += ioReqCount;
1062 to_offset += ioReqCount;
[all...]

Completed in 135 milliseconds