LOGSIZE            36 log.c            int block[LOGSIZE];
LOGSIZE           132 log.c              } else if(log.lh.n + (log.outstanding+1)*MAXOPBLOCKS > LOGSIZE){
LOGSIZE           218 log.c            if (log.lh.n >= LOGSIZE || log.lh.n >= log.size - 1)
LOGSIZE            25 mkfs.c         int nlog = LOGSIZE;