文件名称:块型设备控制结构-UNIX操作系统课件
文件大小:124KB
文件格式:PPT
更新时间:2024-05-12 12:31:22
UNIX操作系统
块型设备控制结构 struct devtab { char d_active; /* busy flag */ char d_erncnt; /* error count */ struct buf *b_forw; /* first buffer for this dev */ struct buf *b_back; /* last buffer for this dev */ struct buf *d_actf; /* head of IO queue */ struct buf *d_actl; /* tail of IO queue */ }