xv6-simplified 0.1
简化版xv6
|
#include <buf.h>
Data Fields | |
int | valid |
int | disk |
uint | dev |
uint | sectorno |
uint | refcnt |
struct buf * | prev |
struct buf * | next |
uchar | data [BSIZE] |
uint dev |
int disk |
struct buf* next |
struct buf* prev |
uint refcnt |
uint sectorno |
int valid |