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

/darwin-on-arm/xnu/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.h284 TruncateFileC (ExtendedVCB *vcb, FCB *fcb, int64_t peof, int deleted,
289 FCB * fcb,
297 FCB * fcb,
303 OSErr HeadTruncateFile(ExtendedVCB *vcb, FCB *fcb, u_int32_t headblks);
306 AddFileExtent (ExtendedVCB *vcb, FCB *fcb, u_int32_t startBlock, u_int32_t blockCount);
311 FCB * fcb,
H A DBTreesPrivate.h333 OSStatus VerifyHeader (FCB *filePtr,
348 OSStatus CheckInsertParams (FCB *filePtr,
/darwin-on-arm/xnu/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 DBTreeAllocate.c57 <CS2> 7/24/97 djb CallbackProcs now take refnum instead of an FCB.
315 FCB *filePtr;
625 BTZeroUnusedNodes(FCB *filePtr)
H A DBTreeScanner.c331 int BTScanInitialize( const FCB * btreeFile,
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c59 FCB *fcb;
140 FCB *fcb;
278 FCB * fcb;
H A DFileIDsServices.c432 FCB * fcb;
631 FCB * fcb;
/darwin-on-arm/xnu/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,
227 FCB * fcb;
479 FCB *fcb, // FCB of file
713 FCB * fcb;
725 // If the FCB fo
[all...]
H A DBTreeWrapper.c44 FCB *fcb;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h497 typedef struct filefork FCB; typedef in typeref:struct:filefork
546 #define FCBTOHFS(FCB) ((struct hfsmount *)vfs_fsprivate(vnode_mount((FCB)->ff_cp->c_vp)))
554 #define FCBTOVCB(FCB) FCBTOHFS(FCB)
H A Dhfs_catalog.c354 FCB *fcb;
889 FCB * fcb;
1088 FCB * fcb;
1384 FCB * fcb;
1480 FCB * fcb;
1896 FCB *fcb;
1974 FCB * fcb;
2006 FCB * fcb;
2051 FCB * fcb;
2112 FCB * fc
[all...]
H A Dhfs_readwrite.c504 retval = MacToVFSError(ExtendFileC (hfsmp, (FCB*)fp, bytesToAdd,
2415 (FCB*)fp,
2609 retval = ExtendFileC(hfsmp, (FCB*)fp, 0, 0,
2634 retval = MapFileBlockC(hfsmp, (FCB *)fp, ap->a_size, ap->a_foffset,
2937 (FCB*)fp,
3082 retval = MacToVFSError(TruncateFileC(VTOVCB(vp), (FCB*)fp, length, 0,
3579 (FCB*)fp,
4481 retval = MapFileBlockC(hfsmp, (FCB *)fp, 1, growsize - 1, &sector_a, NULL);
4491 retval = ExtendFileC(hfsmp, (FCB*)fp, growsize, blockHint, eflags, &newbytes);
4511 retval = MapFileBlockC(hfsmp, (FCB *)f
[all...]
H A Dhfs_vfsutils.c1179 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_attribute_vp), &lastfsync);
1191 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_catalog_vp), &lastfsync);
1206 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_extents_vp), &lastfsync);
1381 FCB *fcb;
1509 if (TruncateFileC(vcb, (FCB*)&dfork, fsize, 1, 0,
1543 if (TruncateFileC(vcb, (FCB*)&rfork, 0, 1, 1, cnode.c_attr.ca_fileid, false) != 0) {
H A Dhfs_link.c1199 FCB * btfile;
1261 FCB * btfile;
H A Dhfs_btreeio.c364 FCB *filePtr;
H A Dhfs_vfsops.c994 if ( (error = MacToVFSError( BTReloadData((FCB*)forkp) )) )
998 if ( (error = MacToVFSError( BTReloadData((FCB*)forkp) )) )
1003 if ( (error = MacToVFSError( BTReloadData((FCB*)forkp) )) )
5051 FCB *fcb; /* Pointer to the current btree being traversed */
6804 FCB *fcb;
6933 FCB *fcb;
7220 FCB *fcb;
H A Dhfs_search.c181 FCB * catalogFCB;

Completed in 201 milliseconds