Home
last modified time | relevance | path

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

/xv6-public/
H A Dfs.c49 log_write(bp); in bzero()
69 log_write(bp); in balloc()
93 log_write(bp); in bfree()
207 log_write(bp); // mark it allocated on the disk in ialloc()
234 log_write(bp); in iupdate()
393 log_write(bp); in bmap()
502 log_write(bp); in writei()
H A Ddefs.h86 void log_write(struct buf*);
H A Dlog.c214 log_write(struct buf *b) in log_write() function