Searched refs:useMetaZone (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c128 Boolean useMetaZone,
137 Boolean useMetaZone,
147 Boolean useMetaZone,
181 ; useMetaZone -
208 Boolean useMetaZone,
265 useMetaZone, actualStartBlock, actualNumBlocks);
289 maxBlocks, useMetaZone, actualStartBlock,
293 useMetaZone, actualStartBlock,
598 useMetaZone
610 Boolean useMetaZone,
200 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
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
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.c943 Boolean useMetaZone; local
1092 useMetaZone = flags & kEFMetadataMask;
1118 useMetaZone,
1134 if (useMetaZone == 0) {
1137 useMetaZone = 1;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h239 Boolean useMetaZone,

Completed in 20 milliseconds