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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c962 * will use the rbtree variant. As a result, it will automatically search the
3430 int rbtree = hfs_isrbtree_allocated(hfsmp, current, 1, &node1); local
3433 if (bitmap != rbtree){
3434 panic("HFS: Allocator mismatch @ block %d -- bitmap %d : rbtree %d\n",
3435 current, bitmap, rbtree);
4293 printf ("UpdateAllocLimit: Validating rbtree after truncation\n");
4321 printf ("UpdateAllocLimit: Validating rbtree prior to growth\n");
4334 printf ("UpdateAllocLimit: Validating rbtree after growth\n");

Completed in 20 milliseconds