Searched refs:forceContig (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c958 Boolean forceContig; local
975 forceContig = ((flags & kEFContigMask) != 0);
1105 // If forceContig, then take whatever we got
1132 if (forceContig) {
1184 if (forceContig)
1289 if (forceContig) {
H A DVolumeAllocation.c397 u_int32_t forceContig);
1570 * locality-based-searches, we use the forceContig argument to determine who called us.
1581 u_int32_t forceContig)
1662 if ((vcb->hfs_flags & HFS_HAS_SPARSE_DEVICE) && (forceContig == 0)) {
1573 BlockAllocateContigRBTree( ExtendedVCB *vcb, u_int32_t startingBlock, u_int32_t minBlocks, u_int32_t maxBlocks, Boolean useMetaZone, u_int32_t *actualStartBlock, u_int32_t *actualNumBlocks, u_int32_t forceContig) argument

Completed in 17 milliseconds