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

/xnu-2782.1.97/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
/xnu-2782.1.97/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...]
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_search.c346 && myCatPositionPtr->writeCount != myBTScanState.btcb->writeCount) {
347 myCatPositionPtr->writeCount = myBTScanState.btcb->writeCount;
417 myCatPositionPtr->writeCount = myBTScanState.btcb->writeCount;
H A Dhfs_format.h685 u_int32_t writeCount; /* volume write count */ member in struct:HFSPlusVolumeHeader
H A Dhfs_btreeio.c718 btcb->writeCount = 1;
H A Dhfs_vfsops.c897 vcb->vcbWrCnt = SWAP_BE32 (vhp->writeCount);
3902 volumeHeader->writeCount = SWAP_BE32 (vcb->vcbWrCnt);
H A Dhfs_vfsutils.c429 vcb->vcbWrCnt = SWAP_BE32(vhp->writeCount);

Completed in 76 milliseconds