Home
last modified time | relevance | path

Searched defs:b (Results 1 – 8 of 8) sorted by relevance

/xv6-public/
H A Dbio.c41 struct buf *b; in binit() local
64 struct buf *b; in bget() local
99 struct buf *b; in bread() local
110 bwrite(struct buf *b) in bwrite()
121 brelse(struct buf *b) in brelse()
H A Dide.c74 idestart(struct buf *b) in idestart()
106 struct buf *b; in ideintr() local
138 iderw(struct buf *b) in iderw()
H A Dmemide.c39 iderw(struct buf *b) in iderw()
H A Dmkfs.c15 #define static_assert(a, b) do { switch (0) case 0: case (a): ; } while (0) argument
253 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
H A Dfs.c24 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
59 int b, bi, m; in balloc() local
82 bfree(int dev, uint b) in bfree()
H A Dfs.h48 #define BBLOCK(b, sb) (b/BPB + sb.bmapstart) argument
H A Dlog.c214 log_write(struct buf *b) in log_write()
H A Dusertests.c1418 char *a, *b, *c, *lastaddr, *oldbrk, *p, scratch; in sbrktest() local