Searched refs:kBTVariableIndexKeysMask (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_btreeio.c716 btcb->attributes = kBTVariableIndexKeysMask | kBTBigKeysMask;
809 bthp->attributes = kBTVariableIndexKeysMask | kBTBigKeysMask;
H A Dhfs_format.h755 kBTVariableIndexKeysMask = 0x00000004 /* keys in index nodes are variable length */ enumerator in enum:__anon74
/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeTreeOps.c1338 if ( forLeafNode || btreePtr->attributes & kBTVariableIndexKeysMask )
H A DBTree.c292 btreePtr->attributes |= (kBTBigKeysMask + kBTVariableIndexKeysMask); //�� we need a way to save these attributes

Completed in 33 milliseconds