星球大战光剑干什么的:Indirect

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