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

/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h250 UpdateAllocLimit (struct hfsmount *hfsmp, u_int32_t new_end_block);
/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c4689 * tree past the specified offset new_end_block. In the growth case, we'll have to force
4692 * new_end_block represents the total number of blocks available for allocation in the resized
4693 * filesystem. Block #new_end_block should not be allocatable in the resized filesystem since it
4700 u_int32_t UpdateAllocLimit (struct hfsmount *hfsmp, u_int32_t new_end_block) { argument
4705 hfsmp->allocLimit = new_end_block;

Completed in 20 milliseconds