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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_btreeio.c371 if ( (off_t)minEOF > filePtr->fcbEOF )
373 bytesToAdd = minEOF - filePtr->fcbEOF;
413 origSize = filePtr->fcbEOF;
441 filePtr->fcbEOF = (u_int64_t)filePtr->ff_blocks * (u_int64_t)vcb->blockSize;
442 bytesToAdd = minEOF - filePtr->fcbEOF;
457 filePtr->fcbEOF = (u_int64_t)filePtr->ff_blocks * (u_int64_t)vcb->blockSize;
463 if (filePtr->fcbEOF >= (off_t)minEOF && retval != 0) {
473 if ((filePtr->fcbEOF < (off_t)minEOF) || ((filePtr->fcbEOF - origSize) % btInfo.nodeSize) != 0) {
475 if (filePtr->fcbEOF < (off_
[all...]
H A Dhfs_cnode.h106 #define fcbEOF ff_size macro
/darwin-on-arm/xnu/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 81 milliseconds