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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c860 int64_t peof; local
864 peof = (int64_t)(fcb->ff_blocks + blockCount) * (int64_t)vcb->blockSize;
866 error = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
950 int64_t peof; local
1059 peof = ((int64_t)fcb->ff_blocks * (int64_t)volumeBlockSize) + bytesToAdd; // potential new PEOF
1060 err = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
1063 fcb->ff_blocks = peof / volumeBlockSize;
1074 peof = (int64_t)((int64_t)nextBlock * (int64_t)volumeBlockSize); // currently allocated PEOF
1282 int64_t peof, // new physical size for file
1321 nextBlock = howmany(peof, vc
1279 TruncateFileC( ExtendedVCB *vcb, FCB *fcb, int64_t peof, Boolean truncateToExtent) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h272 int64_t peof,

Completed in 23 milliseconds