沈阳武警烧伤医院:Indirect

来源:百度文库 编辑:杭州交通信息网 时间:2024/06/15 07:21:18
typedef struct {
u32 *p;
u32 key;
struct buffer_head *bh;
} Indirect;
是在linux源代码
具体在ext2/inode.c中
就想请教这个数据结构是做什么用的啊?