UNIX xv6 (rev8, 9/1/15)
|
#include "types.h"
#include "defs.h"
#include "param.h"
#include "spinlock.h"
#include "fs.h"
#include "buf.h"
Go to the source code of this file.
Functions | |
void | binit (void) |
struct buf * | bread (uint dev, uint blockno) |
void | bwrite (struct buf *b) |
void | brelse (struct buf *b) |
Variables | |
struct { | |
struct spinlock lock | |
struct buf buf [NBUF] | |
struct buf head | |
} | bcache |
struct { ... } bcache |