Home
last modified time | relevance | path

Searched refs:LOGSIZE (Results 1 – 3 of 3) sorted by relevance

/xv6-public/
H A Dparam.h11 #define LOGSIZE (MAXOPBLOCKS*3) // max data blocks in on-disk log macro
H A Dlog.c36 int block[LOGSIZE];
132 } else if(log.lh.n + (log.outstanding+1)*MAXOPBLOCKS > LOGSIZE){ in begin_op()
218 if (log.lh.n >= LOGSIZE || log.lh.n >= log.size - 1) in log_write()
H A Dmkfs.c25 int nlog = LOGSIZE;