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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c4189 * tree past the specified offset new_end_block. In the growth case, we'll have to force
4192 * new_end_block represents the total number of blocks available for allocation in the resized
4193 * filesystem. Block #new_end_block should not be allocatable in the resized filesystem since it
4200 u_int32_t UpdateAllocLimit (struct hfsmount *hfsmp, u_int32_t new_end_block) { argument
4206 hfsmp->allocLimit = new_end_block;
4216 if ((new_end_block < hfsmp->offset_block_end) &&
4225 search_sentinel.offset = new_end_block;
4235 if (node->offset == new_end_block) {
4249 if ((node->offset + node->length) > new_end_block) {
4251 * Update node to reflect its new size up until new_end_block
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h252 UpdateAllocLimit (struct hfsmount *hfsmp, u_int32_t new_end_block);

Completed in 83 milliseconds