LOGBLOCKS          37 kernel/log.c     int block[LOGBLOCKS];
LOGBLOCKS         134 kernel/log.c       } else if(log.lh.n + (log.outstanding+1)*MAXOPBLOCKS > LOGBLOCKS){
LOGBLOCKS         221 kernel/log.c     if (log.lh.n >= LOGBLOCKS)
LOGBLOCKS          25 mkfs/mkfs.c    int nlog = LOGBLOCKS+1;   // Header followed by LOGBLOCKS data blocks.