bitmap 48 kern/include/bitmap.h struct bitmap; /* Opaque. */ bitmap 50 kern/include/bitmap.h struct bitmap *bitmap_create(unsigned nbits); bitmap 64 kern/include/sfs.h struct bitmap *sfs_freemap; /* blocks in use are marked 1 */ bitmap 56 kern/lib/bitmap.c struct bitmap * bitmap 59 kern/lib/bitmap.c struct bitmap *b; bitmap 63 kern/lib/bitmap.c b = kmalloc(sizeof(struct bitmap)); bitmap 40 kern/test/bitmaptest.c struct bitmap *b;