摘要: 1 /* 2 * the super block basically lists the main trees of the FS 3 * it currently lacks any block count etc etc 4 */ 5 struct btrfs_super_block { 6 u8 csum[BTRFS_CSUM_SIZE]; ... 阅读全文
posted @ 2015-06-11 14:37 百花园路 阅读(292) 评论(0) 推荐(0)
摘要: 在include/linux/magic.h文件里有所有的fs magic。不算太有规律,加的时候别冲突就行了 1 在include/linux/magic.h文件里有所有的fs magic。不算太有规律,加的时候别冲突就行了 2 #ifndef __LINUX_MAGIC_H__ 3 #defin 阅读全文
posted @ 2015-06-11 14:12 百花园路 阅读(1218) 评论(0) 推荐(0)