• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/

Lines Matching defs:hint

135 	u_int32_t				*hint);
214 // foundHint The BTree hint to find the node again
339 *foundHint = btIterator->hint.nodeNum;
350 u_int32_t *hint)
359 *hint = 0;
403 *hint = btIterator->hint.nodeNum;
480 u_int32_t hint;
492 err = SearchExtentFile(vcb, fcb, offset, &foundKey, foundData, &foundIndex, &hint, &nextFABN);
621 u_int32_t hint;
636 err = FindExtentRecord(vcb, forkType, fileID, startBlock, false, &key, extents, &hint);
858 u_int32_t hint;
866 error = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
896 error = CreateExtentRecord(vcb, &foundKey, foundData, &hint);
905 error = UpdateExtentRecord(vcb, fcb, &foundKey, foundData, hint);
937 u_int32_t hint;
1060 err = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
1152 err = UpdateExtentRecord(vcb, fcb, &foundKey, foundData, hint);
1190 err = CreateExtentRecord(vcb, &foundKey, foundData, &hint);
1206 err = UpdateExtentRecord(vcb, fcb, &foundKey, foundData, hint);
1291 u_int32_t hint; // BTree hint corresponding to key
1372 err = SearchExtentFile(vcb, fcb, peof-1, &key, extentRecord, &extentIndex, &hint, &extentNextBlock);
1429 err = UpdateExtentRecord(vcb, fcb, &key, extentRecord, hint);
1710 // extentBTreeHint - BTree hint for extent record
1747 *extentBTreeHint = kNoHint; // no hint, because not in the BTree
1756 // to fill in the hint and key outputs, just like the "if" statement above.
1758 *extentBTreeHint = kNoHint; // no hint, because not in the BTree
1817 // extentBTreeHint - hint for given key, or kNoHint
1870 btIterator->hint.index = 0;
1871 btIterator->hint.nodeNum = extentBTreeHint;
1891 btIterator->hint.index = 0;
1892 btIterator->hint.nodeNum = extentBTreeHint;
2013 u_int32_t hint;
2042 result = FindExtentRecord(vcb, kDataForkType, fcb->ff_cp->c_fileid, startBlock, FALSE, &key, extents, &hint);