xv6-simplified 0.1
简化版xv6
Loading...
Searching...
No Matches
Data Fields
buf Struct Reference

#include <buf.h>

Collaboration diagram for buf:
Collaboration graph
[legend]

Data Fields

int valid
 
int disk
 
uint dev
 
uint sectorno
 
uint refcnt
 
struct bufprev
 
struct bufnext
 
uchar data [BSIZE]
 

Field Documentation

◆ data

uchar data[BSIZE]

◆ dev

uint dev

◆ disk

int disk

◆ next

struct buf* next

◆ prev

struct buf* prev

◆ refcnt

uint refcnt

◆ sectorno

uint sectorno

◆ valid

int valid

The documentation for this struct was generated from the following file: