advfsops.c | 167 size_t bitmap_sz = 0; local in function:adosfs_mountfs 268 bitmap_sz = ((amp->numblks + 31) / 32) * sizeof(*amp->bitmap); 269 amp->bitmap = kmem_alloc(bitmap_sz, KM_SLEEP); 275 kmem_free(amp->bitmap, bitmap_sz); 287 kmem_free(amp->bitmap, bitmap_sz); 318 size_t bitmap_sz = ((amp->numblks + 31) / 32) * local in function:adosfs_unmount 320 kmem_free(amp->bitmap, bitmap_sz);
|