Home
last modified time | relevance | path

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

/xv6-public/
H A Dlog.c46 struct logheader lh; member
91 log.lh.n = lh->n; in read_head()
93 log.lh.block[i] = lh->block[i]; in read_head()
107 hb->n = log.lh.n; in write_head()
120 log.lh.n = 0; in recover_from_log()
195 if (log.lh.n > 0) { in commit()
199 log.lh.n = 0; in commit()
218 if (log.lh.n >= LOGSIZE || log.lh.n >= log.size - 1) in log_write()
228 log.lh.block[i] = b->blockno; in log_write()
229 if (i == log.lh.n) in log_write()
[all …]