Searched refs:blockmap (Results 1 – 4 of 4) sorted by relevance
221 #define setbmap(blkno) setbit(blockmap, blkno)222 #define testbmap(blkno) isset(blockmap, blkno)223 #define clrbmap(blkno) clrbit(blockmap, blkno)
355 char *blockmap; /* ptr to primary blk allocation map */ variable374 #define testbmap(blkno) isset(blockmap, blkno)375 #define setbmap(blkno) setbit(blockmap, blkno)376 #define clrbmap(blkno) clrbit(blockmap, blkno)
614 free(blockmap); in checkfilesys()618 blockmap = NULL; in checkfilesys()
851 blockmap = calloc((size_t)bmapsize, sizeof (char)); in create_and_init_maps()852 if (blockmap == NULL) { in create_and_init_maps()1030 if (blockmap != NULL) in uncreate_maps()1031 free(blockmap); in uncreate_maps()