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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_btreeio.c396 if ( (off_t)minEOF > filePtr->fcbEOF )
398 bytesToAdd = minEOF - filePtr->fcbEOF;
438 origSize = filePtr->fcbEOF;
466 filePtr->fcbEOF = (u_int64_t)filePtr->ff_blocks * (u_int64_t)vcb->blockSize;
467 bytesToAdd = minEOF - filePtr->fcbEOF;
482 filePtr->fcbEOF = (u_int64_t)filePtr->ff_blocks * (u_int64_t)vcb->blockSize;
488 if (filePtr->fcbEOF >= (off_t)minEOF && retval != 0) {
498 if ((filePtr->fcbEOF < (off_t)minEOF) || ((filePtr->fcbEOF - origSize) % btInfo.nodeSize) != 0) {
500 if (filePtr->fcbEOF < (off_
[all...]
H A Dhfs_cnode.h107 #define fcbEOF ff_size macro
/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c367 if ( (u_int64_t)filePtr->fcbEOF < minEOF )
378 newTotalNodes = filePtr->fcbEOF / nodeSize; // hack!
H A DBTreeMiscOps.c183 if ( forkSize > (u_int64_t)filePtr->fcbEOF )
H A DBTree.c209 if ( filePtr->fcbEOF < kMinNodeSize )

Completed in 36 milliseconds