Searched refs:FCB (Results 1 - 21 of 21) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h59 a file refNum instead of an FCB.
294 extern OSStatus BTOpenPath(FCB *filePtr, KeyCompareProcPtr keyCompareProc);
296 extern OSStatus BTClosePath (FCB *filePtr );
299 extern OSStatus BTSearchRecord (FCB *filePtr,
305 extern OSStatus BTIterateRecord (FCB *filePtr,
312 extern OSStatus BTIterateRecords(FCB *filePtr, BTreeIterationOperation operation, BTreeIterator *iterator,
315 extern OSStatus BTInsertRecord (FCB *filePtr,
320 extern OSStatus BTReplaceRecord (FCB *filePtr,
325 extern OSStatus BTUpdateRecord (FCB *filePtr,
330 extern OSStatus BTDeleteRecord (FCB *filePt
[all...]
H A DBTreeScanner.h102 int BTScanInitialize( const FCB * btreeFile,
H A DFileMgrInternal.h271 FCB * fcb,
277 FCB * fcb,
285 FCB * fcb,
291 OSErr HeadTruncateFile(ExtendedVCB *vcb, FCB *fcb, u_int32_t headblks);
294 AddFileExtent (ExtendedVCB *vcb, FCB *fcb, u_int32_t startBlock, u_int32_t blockCount);
299 FCB * fcb,
H A DBTreesPrivate.h333 OSStatus VerifyHeader (FCB *filePtr,
348 OSStatus CheckInsertParams (FCB *filePtr,
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c72 <CS6> 7/24/97 djb GetBlockProc now take a file refnum instead of an FCB ptr.
186 OSStatus BTOpenPath(FCB *filePtr, KeyCompareProcPtr keyCompareProc)
396 OSStatus BTClosePath (FCB *filePtr)
457 OSStatus BTSearchRecord (FCB *filePtr,
649 OSStatus BTIterateRecord (FCB *filePtr,
970 BTIterateRecords(FCB *filePtr, BTreeIterationOperation operation, BTreeIterator *iterator,
1261 OSStatus BTInsertRecord (FCB *filePtr,
1424 OSStatus BTReplaceRecord (FCB *filePtr,
1572 BTUpdateRecord(FCB *filePtr, BTreeIterator *iterator,
1685 OSStatus BTDeleteRecord (FCB *filePt
[all...]
H A DBTreeNodeReserve.c116 BTReserveSpace(FCB *file, int operations, void* data)
213 BTReleaseReserve(FCB *file, void* data)
H A DBTreeMiscOps.c160 OSStatus VerifyHeader (FCB *filePtr,
524 OSStatus CheckInsertParams (FCB *filePtr,
H A DBTreeScanner.c331 int BTScanInitialize( const FCB * btreeFile,
H A DBTreeAllocate.c57 <CS2> 7/24/97 djb CallbackProcs now take refnum instead of an FCB.
315 FCB *filePtr;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c78 Search the FCB and extents file for an extent record that
96 the FCB resident extent record. If the record has no extents,
139 const FCB *fcb,
144 const FCB *fcb,
183 FCB *fcb,
226 FCB * fcb;
468 FCB *fcb, // FCB of file
694 FCB * fcb;
706 // If the FCB fo
[all...]
H A DBTreeWrapper.c46 FCB *fcb;
101 FCB *fcb;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h420 typedef struct filefork FCB; typedef in typeref:struct:filefork
469 #define FCBTOHFS(FCB) ((struct hfsmount *)vfs_fsprivate(vnode_mount((FCB)->ff_cp->c_vp)))
477 #define FCBTOVCB(FCB) FCBTOHFS(FCB)
H A Dhfs_readwrite.c324 retval = MacToVFSError(ExtendFileC (hfsmp, (FCB*)fp, bytesToAdd,
1958 (FCB*)fp,
2132 retval = ExtendFileC(hfsmp, (FCB*)fp, 0, 0,
2157 retval = MapFileBlockC(hfsmp, (FCB *)fp, ap->a_size, ap->a_foffset,
2403 (FCB*)fp,
2544 (FCB*)fp, length, false));
2809 (FCB*)fp,
3231 retval = MapFileBlockC(hfsmp, (FCB *)fp, 1, growsize - 1, &sector_a, NULL);
3241 retval = ExtendFileC(hfsmp, (FCB*)fp, growsize, blockHint, eflags, &newbytes);
3261 retval = MapFileBlockC(hfsmp, (FCB *)f
[all...]
H A Dhfs_catalog.c355 FCB *fcb;
796 FCB * fcb;
981 FCB * fcb;
1269 FCB * fcb;
1364 FCB * fcb;
1748 FCB *fcb;
1827 FCB * fcb;
1858 FCB * fcb;
1903 FCB * fcb;
1966 FCB * fc
[all...]
H A Dhfs_vfsutils.c985 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_attribute_vp), &lastfsync);
997 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_catalog_vp), &lastfsync);
1012 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_extents_vp), &lastfsync);
1189 FCB *fcb;
1315 if (TruncateFileC(vcb, (FCB*)&dfork, fsize, false) != 0) {
1347 if (TruncateFileC(vcb, (FCB*)&rfork, 0, false) != 0) {
H A Dhfs_link.c1169 FCB * btfile;
1231 FCB * btfile;
H A Dhfs_btreeio.c331 FCB *filePtr;
H A Dhfs_vfsops.c800 if ( (error = MacToVFSError( BTReloadData((FCB*)forkp) )) )
804 if ( (error = MacToVFSError( BTReloadData((FCB*)forkp) )) )
809 if ( (error = MacToVFSError( BTReloadData((FCB*)forkp) )) )
4095 FCB *fcb;
4471 FCB *fcb;
4766 FCB *fcb;
H A Dhfs_search.c179 FCB * catalogFCB;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c102 FCB *fcb;
290 FCB * fcb;
H A DFileIDsServices.c378 FCB * fcb;
544 FCB * fcb;

Completed in 133 milliseconds