bmapstart 168 fs.c sb.nblocks, sb.ninodes, sb.nlog, sb.logstart, sb.inodestart, sb.bmapstart); bmapstart 20 fs.h uint bmapstart; // Block number of first free map block bmapstart 47 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);