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

/darwin-on-arm/xnu/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;
218 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;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_btreeio.c71 btree = (BTreeControlBlockPtr) VTOF(vp)->fcbBTCBPtr;
89 bTreePtr = (BTreeControlBlockPtr)VTOF(vp)->fcbBTCBPtr;
700 VTOF(vp)->fcbBTCBPtr = btcb;
H A Dhfs_cnode.h108 #define fcbBTCBPtr ff_sysfileinfo macro
H A Dhfs_vfsutils.c885 if (fp->fcbBTCBPtr != NULL) {
1633 if (VTOF(vp)->fcbBTCBPtr != NULL) {
H A Dhfs_endian.c93 BTreeControlBlockPtr btcb = (BTreeControlBlockPtr)VTOF(vp)->fcbBTCBPtr;
H A Dhfs_vnops.c2291 if (VTOF(vp)->fcbBTCBPtr != NULL) {
2417 if (VTOF(vp)->fcbBTCBPtr != NULL) {
2571 if (vnode_issystem(vp) && (VTOF(vp)->fcbBTCBPtr != NULL))
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c55 btcb = (BTreeControlBlock*) fcb->fcbBTCBPtr;
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c152 btcb = (BTreeControlBlock *)fcb->fcbBTCBPtr;

Completed in 109 milliseconds