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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h61 u_int32_t writeCount; /* The BTree's write count (to see if the catalog writeCount */ member in struct:CatPosition
H A DBTreesInternal.h257 ItemCount writeCount; member in struct:BTreeHint
H A DBTreesPrivate.h214 u_int32_t writeCount; member in struct:BTreeControlBlock
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c298 btreePtr->writeCount = 1;
579 resultIterator->hint.writeCount = btreePtr->writeCount;
612 resultIterator->hint.writeCount = 0;
867 iterator->hint.writeCount = btreePtr->writeCount;
934 iterator->hint.writeCount = 0;
1206 iterator->hint.writeCount = btreePtr->writeCount;
1245 iterator->hint.writeCount
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c325 && myCatPositionPtr->writeCount != myBTScanState.btcb->writeCount) {
326 myCatPositionPtr->writeCount = myBTScanState.btcb->writeCount;
388 myCatPositionPtr->writeCount = myBTScanState.btcb->writeCount;
H A Dhfs_format.h652 u_int32_t writeCount; /* volume write count */ member in struct:HFSPlusVolumeHeader
H A Dhfs_btreeio.c653 btcb->writeCount = 1;
H A Dhfs_vfsutils.c365 vcb->vcbWrCnt = SWAP_BE32(vhp->writeCount);
H A Dhfs_vfsops.c733 vcb->vcbWrCnt = SWAP_BE32 (vhp->writeCount);
3124 volumeHeader->writeCount = SWAP_BE32 (vcb->vcbWrCnt);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c63 searchIterator.hint.writeCount = 0; // clear these out for debugging...

Completed in 95 milliseconds