Chinaunix首页 | 论坛 | 博客
  • 博客访问: 248824
  • 博文数量: 38
  • 博客积分: 2093
  • 博客等级: 大尉
  • 技术积分: 432
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-01 10:29
文章分类

全部博文(38)

文章存档

2011年(10)

2010年(28)

我的朋友

分类: LINUX

2010-10-20 16:52:48

1 fc结构

struct fuse_conn{

 ..........

/*readers of the connection are waiting on this*/

 wait_queue_head_t waitq;

 /*the list of pending requests*/

struct list_head pending;

/*the list of requests being processed*/

struct list_head processing;

..........

};

2 rm过程

3 unlink在fuse中的流程:

阅读(1975) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-10-21 11:01:23

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com