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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c454 uint32_t alloccount = 0; local
469 err = hfs_count_allocated (hfsmp, startblk, blks, &alloccount);
471 if (err == 0 && alloccount != 0) {
472 panic ("trim_validate_bitmap: %d blocks @ ABN %d are allocated!", alloccount, startblk);

Completed in 17 milliseconds