Searched refs:BlockDescriptor (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_btreeio.h44 GetBlockOptions options, BlockDescriptor *block);
H A Dhfs_endian.h96 int hfs_swap_BTNode (BlockDescriptor *src, vnode_t vp, enum HFSBTSwapDirection direction,
H A Dhfs_btreeio.c75 OSStatus GetBTreeBlock(FileReference vp, u_int32_t blockNum, GetBlockOptions options, BlockDescriptor *block)
194 BlockDescriptor block;
585 BlockDescriptor blkdesc;
H A Dhfs_endian.c52 static int hfs_swap_HFSPlusBTInternalNode (BlockDescriptor *src, HFSCatalogNodeID fileID, enum HFSBTSwapDirection direction);
53 static int hfs_swap_HFSBTInternalNode (BlockDescriptor *src, HFSCatalogNodeID fileID, enum HFSBTSwapDirection direction);
84 BlockDescriptor *src,
393 BlockDescriptor *src,
929 BlockDescriptor *src,
H A Dhfs_readwrite.c3059 BlockDescriptor block;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h249 typedef BlockDescriptor NodeRec, *NodePtr; //�� remove this someday...
341 BlockDescriptor *left,
342 BlockDescriptor *middle,
343 BlockDescriptor *right,
485 BlockDescriptor *nodePtr,
493 BlockDescriptor *targetNode,
501 BlockDescriptor *targetNode,
H A DBTreesInternal.h58 <CS5> 7/24/97 djb Add blockReadFromDisk flag to BlockDescriptor. Callbacks now use
68 <HFS5> 2/19/97 djb Add SetBlockSizeProcPtr. Add blockSize field to BlockDescriptor.
119 struct BlockDescriptor{ struct
128 typedef struct BlockDescriptor BlockDescriptor; typedef in typeref:struct:BlockDescriptor
129 typedef BlockDescriptor *BlockDescPtr;
175 BlockDescriptor *block );
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeTreeOps.c113 BlockDescriptor *blockPtr );
132 BlockDescriptor *leftNode,
133 BlockDescriptor *rightNode,
149 BlockDescriptor *targetNode,
156 BlockDescriptor *rightNode,
161 BlockDescriptor *leftNode,
200 BlockDescriptor *nodePtr,
356 BlockDescriptor *targetNode,
386 BlockDescriptor *targetNode,
392 BlockDescriptor leftNod
[all...]
H A DBTreeAllocate.c89 BlockDescriptor *nodePtr,
123 BlockDescriptor node;
241 BlockDescriptor node;
324 BlockDescriptor mapNode, newNode;
521 Function: Given a BlockDescriptor to a map node in nodePtr, GetMapNode releases
527 nodePtr - pointer to a BlockDescriptor of a map node
529 Output: nodePtr - pointer to the BlockDescriptor for the next map node
541 BlockDescriptor *nodePtr,
H A DBTreeMiscOps.c243 BlockDescriptor node;
316 BlockDescriptor *left,
317 BlockDescriptor *middle,
318 BlockDescriptor *right,
H A DBTree.c467 BlockDescriptor node;
664 BlockDescriptor left, node, right;
980 BlockDescriptor left, node, right;
1270 BlockDescriptor nodeRec;
1433 BlockDescriptor nodeRec;
1578 BlockDescriptor nodeRec;
1691 BlockDescriptor nodeRec;
1860 BlockDescriptor node;
2030 BlockDescriptor node;
2068 BlockDescriptor nod
[all...]
H A DBTreeScanner.c150 BlockDescriptor block;
192 /* Fake a BlockDescriptor */

Completed in 38 milliseconds