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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c933 int64_t bytesThisExtent; local
1075 bytesThisExtent = (int64_t)(nextBlock - fcb->ff_blocks) * (int64_t)volumeBlockSize;
1076 if (bytesThisExtent != 0) {
1078 FTOC(fcb)->c_blocks += (bytesThisExtent / volumeBlockSize);
1080 bytesToAdd -= bytesThisExtent;
1215 bytesThisExtent = (int64_t)((int64_t)actualNumBlocks * (int64_t)volumeBlockSize);
1216 if (bytesThisExtent > bytesToAdd) {
1220 bytesToAdd -= bytesThisExtent;
1221 maximumBytes -= bytesThisExtent;
1223 fcb->ff_blocks += (bytesThisExtent / volumeBlockSiz
[all...]

Completed in 14 milliseconds