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

/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTree.c203 if ( filePtr->fcbBTCBPtr != nil && keyCompareProc != nil) {
204 btreePtr = (BTreeControlBlockPtr) filePtr->fcbBTCBPtr;
231 filePtr->fcbBTCBPtr = (Ptr) btreePtr; // attach btree cb to file
372 filePtr->fcbBTCBPtr = nil;
401 btreePtr = (BTreeControlBlockPtr) filePtr->fcbBTCBPtr;
415 filePtr->fcbBTCBPtr = nil;
488 btreePtr = (BTreeControlBlockPtr) filePtr->fcbBTCBPtr;
683 btreePtr = (BTreeControlBlockPtr) filePtr->fcbBTCBPtr;
993 btreePtr = (BTreeControlBlockPtr) filePtr->fcbBTCBPtr;
1284 btreePtr = (BTreeControlBlockPtr) filePtr->fcbBTCBPtr;
[all...]
H A DBTreeNodeReserve.c125 btree = (BTreeControlBlockPtr)file->fcbBTCBPtr;
234 btree = (BTreeControlBlockPtr)file->fcbBTCBPtr;
H A DBTreeScanner.c343 btcb = (BTreeControlBlock *) btreeFile->fcbBTCBPtr;
H A DBTreeMiscOps.c533 btreePtr = (BTreeControlBlockPtr) filePtr->fcbBTCBPtr;
H A DBTreeAllocate.c641 btreePtr = (BTreeControlBlockPtr) filePtr->fcbBTCBPtr;
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_btreeio.c71 btree = (BTreeControlBlockPtr) VTOF(vp)->fcbBTCBPtr;
89 bTreePtr = (BTreeControlBlockPtr)VTOF(vp)->fcbBTCBPtr;
725 VTOF(vp)->fcbBTCBPtr = btcb;
H A Dhfs_cnode.h109 #define fcbBTCBPtr ff_sysfileinfo macro
H A Dhfs_endian.c96 BTreeControlBlockPtr btcb = (BTreeControlBlockPtr)VTOF(vp)->fcbBTCBPtr;
H A Dhfs_vnops.c2905 if (VTOF(vp)->fcbBTCBPtr != NULL) {
3038 if (VTOF(vp)->fcbBTCBPtr != NULL) {
3192 if (vnode_issystem(vp) && (VTOF(vp)->fcbBTCBPtr != NULL))
H A Dhfs_vfsutils.c1092 if (fp->fcbBTCBPtr != NULL) {
1940 if (VTOF(vp)->fcbBTCBPtr != NULL) {
/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c55 btcb = (BTreeControlBlock*) fcb->fcbBTCBPtr;
/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c155 btcb = (BTreeControlBlock *)fcb->fcbBTCBPtr;

Completed in 109 milliseconds