bmapstart 185 fs.c sb.bmapstart); bmapstart 21 fs.h uint bmapstart; // Block number of first free map block bmapstart 48 fs.h #define BBLOCK(b, sb) (b/BPB + sb.bmapstart) bmapstart 103 mkfs.c sb.bmapstart = xint(2+nlog+ninodeblocks); bmapstart 249 mkfs.c printf("balloc: write bitmap block at sector %d\n", sb.bmapstart); bmapstart 250 mkfs.c wsect(sb.bmapstart, buf);