合编合心合力专题教育:Indirect

来源:百度文库 编辑:高校问答 时间:2024/07/19 21:57:44
typedef struct {
u32 *p;
u32 key;
struct buffer_head *bh;
} Indirect;
是在linux源代码
具体在ext2/inode.c中
就想请教这个数据结构是做什么用的啊?