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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c862 * if forceContiguous was zero, then this may represent fewer than minBlocks
870 Boolean forceContiguous; local
877 forceContiguous = true;
879 forceContiguous = false;
923 if (forceContiguous && freeBlocks < minBlocks) {
966 if (forceContiguous) {
1070 if (forceContiguous && mapped_blocks < minBlocks) {

Completed in 73 milliseconds