Searched defs:vcb (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_btreeio.c330 ExtendedVCB *vcb; local
[all...]
H A Dhfs_encodings.c235 hfs_to_utf8(ExtendedVCB *vcb, const Str31 hfs_str, ByteCount maxDstLen, ByteCount *actualDstLen, unsigned char* dstStr) argument
296 unicode_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, u_int16_t* srcStr, Str31 dstStr, int retry) argument
315 utf8_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, const unsigned char* srcStr, Str31 dstStr/*, int retry*/) argument
H A Dhfs_search.c177 ExtendedVCB *vcb = VTOVCB(ap->a_vp); local
648 CheckCriteria( ExtendedVCB *vcb, argument
[all...]
H A Dhfs.h323 static __inline__ void MarkVCBDirty(ExtendedVCB *vcb) argument
329 static __inline__ void MarkVCBClean(ExtendedVCB *vcb) argument
335 static __inline__ Boolean IsVCBDirty(ExtendedVCB *vcb) argument
[all...]
H A Dhfs_readwrite.c2686 ExtendedVCB *vcb; local
H A Dhfs_vfsutils.c93 ExtendedVCB *vcb = HFSTOVCB(hfsmp); local
287 register ExtendedVCB *vcb; local
1142 GetFileInfo(ExtendedVCB *vcb, __unused u_int32_t dirid, const char *name, struct cat_attr *fattr, struct cat_fork *forkinfo) argument
1190 ExtendedVCB *vcb; local
1943 ExtendedVCB *vcb; local
2161 ExtendedVCB *vcb; local
2301 ExtendedVCB *vcb = HFSTOVCB(hfsmp); local
[all...]
H A Dhfs_catalog.c980 ExtendedVCB * vcb; local
H A Dhfs_vfsops.c159 ExtendedVCB *vcb; local
403 ExtendedVCB *vcb; local
462 ExtendedVCB *vcb; local
667 ExtendedVCB *vcb; local
1832 ExtendedVCB *vcb = VFSTOVCB(mp); local
1885 ExtendedVCB *vcb; local
1976 ExtendedVCB *vcb; local
2293 ExtendedVCB *vcb; local
2898 ExtendedVCB *vcb = HFSTOVCB(hfsmp); local
2999 ExtendedVCB *vcb = HFSTOVCB(hfsmp); local
3277 ExtendedVCB *vcb; local
4848 ExtendedVCB *vcb = VFSTOVCB(mp); local
5024 ExtendedVCB *vcb = VTOVCB(vp); local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c53 OSErr ExchangeFileIDs( ExtendedVCB *vcb, ConstUTF8Param srcName, ConstUTF8Param destName, HFSCatalogNodeID srcID, HFSCatalogNodeID destID, u_int32_t srcHint, u_int32_t destHint ) argument
376 MoveExtents( ExtendedVCB *vcb, u_int32_t srcFileID, u_int32_t destFileID, Boolean isHFSPlus ) argument
542 DeleteExtents( ExtendedVCB *vcb, u_int32_t fileID, Boolean isHFSPlus ) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h255 MetaZoneFreeBlocks(ExtendedVCB *vcb); variable
259 FlushExtentFile (ExtendedVCB * vcb); variable
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c200 BlockAllocate( ExtendedVCB *vcb, u_int32_t startingBlock, u_int32_t minBlocks, u_int32_t maxBlocks, Boolean forceContiguous, Boolean useMetaZone, u_int32_t *actualStartBlock, u_int32_t *actualNumBlocks) argument
354 BlockDeallocate( ExtendedVCB *vcb, u_int32_t firstBlock, u_int32_t numBlocks) argument
400 MetaZoneFreeBlocks(ExtendedVCB *vcb) argument
457 NextBitmapBlock( ExtendedVCB *vcb, u_int32_t bit) argument
493 ReadBitmapBlock( ExtendedVCB *vcb, u_int32_t bit, u_int32_t **buffer, u_int32_t *blockRef) argument
551 ReleaseBitmapBlock( ExtendedVCB *vcb, u_int32_t blockRef, Boolean dirty) argument
605 BlockAllocateContig( ExtendedVCB *vcb, u_int32_t startingBlock, u_int32_t minBlocks, u_int32_t maxBlocks, Boolean useMetaZone, u_int32_t *actualStartBlock, u_int32_t *actualNumBlocks) argument
671 BlockAllocateAny( ExtendedVCB *vcb, u_int32_t startingBlock, register u_int32_t endingBlock, u_int32_t maxBlocks, Boolean useMetaZone, u_int32_t *actualStartBlock, u_int32_t *actualNumBlocks) argument
902 BlockAllocateKnown( ExtendedVCB *vcb, u_int32_t maxBlocks, u_int32_t *actualStartBlock, u_int32_t *actualNumBlocks) argument
995 BlockMarkAllocated( ExtendedVCB *vcb, u_int32_t startingBlock, register u_int32_t numBlocks) argument
1164 BlockMarkFree( ExtendedVCB *vcb, u_int32_t startingBlock, register u_int32_t numBlocks) argument
1369 BlockFindContiguous( ExtendedVCB *vcb, u_int32_t startingBlock, u_int32_t endingBlock, u_int32_t minBlocks, u_int32_t maxBlocks, Boolean useMetaZone, u_int32_t *actualStartBlock, u_int32_t *actualNumBlocks) argument
[all...]
H A DFileExtentMapping.c216 FindExtentRecord( const ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock, Boolean allowPrevious, HFSPlusExtentKey *foundKey, HFSPlusExtentRecord foundData, u_int32_t *foundHint) argument
346 CreateExtentRecord( ExtendedVCB *vcb, HFSPlusExtentKey *key, HFSPlusExtentRecord extents, u_int32_t *hint) argument
414 DeleteExtentRecord( const ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock) argument
466 MapFileBlockC( ExtendedVCB *vcb, FCB *fcb, size_t numberOfBytes, off_t offset, daddr64_t *startSector, size_t *availableBytes) argument
554 ReleaseExtents( ExtendedVCB *vcb, const HFSPlusExtentRecord extentRecord, u_int32_t *numReleasedAllocationBlocks, Boolean *releasedLastExtent) argument
611 TruncateExtents( ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock, Boolean * recordDeleted) argument
665 DeallocateFork( ExtendedVCB *vcb, HFSCatalogNodeID fileID, u_int8_t forkType, HFSPlusExtentRecord catalogExtents, Boolean * recordDeleted) argument
853 AddFileExtent(ExtendedVCB *vcb, FCB *fcb, u_int32_t startBlock, u_int32_t blockCount) argument
922 ExtendFileC( ExtendedVCB *vcb, FCB *fcb, int64_t bytesToAdd, u_int32_t blockHint, u_int32_t flags, int64_t *actualBytesAdded) argument
1279 TruncateFileC( ExtendedVCB *vcb, FCB *fcb, int64_t peof, Boolean truncateToExtent) argument
1455 HeadTruncateFile( ExtendedVCB *vcb, FCB *fcb, u_int32_t headblks) argument
1619 SearchExtentRecord( ExtendedVCB *vcb, u_int32_t searchFABN, const HFSPlusExtentRecord extentData, u_int32_t extentDataStartFABN, u_int32_t *foundExtentIndex, u_int32_t *endingFABNPlusOne, Boolean *noMoreExtents) argument
1720 SearchExtentFile( ExtendedVCB *vcb, const FCB *fcb, int64_t filePosition, HFSPlusExtentKey *foundExtentKey, HFSPlusExtentRecord foundExtentData, u_int32_t *foundExtentIndex, u_int32_t *extentBTreeHint, u_int32_t *endingFABNPlusOne ) argument
1823 UpdateExtentRecord( ExtendedVCB *vcb, FCB *fcb, const HFSPlusExtentKey *extentFileKey, const HFSPlusExtentRecord extentData, u_int32_t extentBTreeHint) argument
2005 NodesAreContiguous( ExtendedVCB *vcb, FCB *fcb, u_int32_t nodeSize) argument
[all...]

Completed in 106 milliseconds