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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h252 UpdateAllocLimit (struct hfsmount *hfsmp, u_int32_t new_end_block);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c4344 UpdateAllocLimit(hfsmp, hfsmp->totalBlocks);
4524 error = UpdateAllocLimit (hfsmp, newblkcnt - 2);
4527 error = UpdateAllocLimit (hfsmp, newblkcnt - 1);
4709 UpdateAllocLimit (hfsmp, hfsmp->totalBlocks);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c66 UpdateAllocLimit
4200 u_int32_t UpdateAllocLimit (struct hfsmount *hfsmp, u_int32_t new_end_block) { function
4274 panic ("UpdateAllocLimit: Invalid RBTree node next ptr!");
4293 printf ("UpdateAllocLimit: Validating rbtree after truncation\n");
4309 panic ("UpdateAllocLimit: no prev!");
4321 printf ("UpdateAllocLimit: Validating rbtree prior to growth\n");
4334 printf ("UpdateAllocLimit: Validating rbtree after growth\n");

Completed in 38 milliseconds