2012年4月12日

关于vfsmount的理解

摘要: struct vfsmount {struct list_head mnt_hash;struct vfsmount *mnt_parent;/* fs we are mounted on */struct dentry *mnt_mountpoint;/* dentry of mountpoint */struct dentry *mnt_root;/* root of the mounted tree */struct super_block *mnt_sb;/* pointer to superblock */struct list_head mnt_mounts;/* list of 阅读全文

posted @ 2012-04-12 22:30 周健 阅读(4445) 评论(0) 推荐(0) 编辑

RSS原理_转自http://blog.csdn.net/tsd3698/article/details/1665554

摘要: RSS是在互联网上被广泛采用的内容包装和投递协议。网络用户可以在客户端借助于支持RSS的新闻工具软件,在不打开网站内容页面的情况下,阅读支持RSS输出的网站内容。1.RSS文件结构 示例:<?xmlversion="1.0"encoding="gb2312"?><rssversion="2.0"> <channel> <title>我的Blog</title>//channel的标题 <description>与我自己的技术Blog相关联</descript 阅读全文

posted @ 2012-04-12 15:40 周健 阅读(263) 评论(0) 推荐(0) 编辑

内核态实现各个磁盘分区可用内存

摘要: 内核模块、磁盘分区列表、hd_struct、分区使用情况列表 阅读全文

posted @ 2012-04-12 13:17 周健 阅读(922) 评论(0) 推荐(0) 编辑

导航