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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c4036 u_int32_t GenerateTree(struct hfsmount *hfsmp, u_int32_t endBlock, int *flags, int initialscan) { argument
4063 while (*cur_block_eof < endBlock) {
4067 * update our endBlock to match the current allocation limit in the hfsmp struct.
4071 if ((initialscan) && (endBlock != hfsmp->allocLimit)) {
4077 endBlock = hfsmp->allocLimit;
4098 error = hfs_alloc_scan_block (hfsmp, *cur_block_eof, endBlock, cur_block_eof);
4410 uint32_t endBlock = startBlock + blockCount; local
4412 if (endBlock < hfsmp->vcbFreeExt[i].startBlock ||
4483 u_int32_t currentStart, currentEnd, endBlock; local
4496 endBlock
4610 uint32_t endBlock; local
[all...]

Completed in 18 milliseconds