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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c959 Boolean wantContig; local
1122 * We want locality over contiguity so by default we set wantContig to
1125 wantContig = false;
1133 wantContig = true;
1138 * If the red-black tree is not active, then only set wantContig to true
1146 wantContig = true;
1151 wantContig = true;
1169 if (wantContig && (availbytes < bytesToAdd))
1177 (wantContig ? HFS_ALLOC_FORCECONTIG : 0) |
1186 if (wantContig) {
[all...]

Completed in 18 milliseconds