设为首页 加入收藏

TOP

裸机移植yaffs2文件系统(三)
2014-11-24 03:17:17 来源: 作者: 【 】 浏览:17
Tags:裸机 移植 yaffs2 文件 系统
s */


/* Summary */

int chunks_per_summary;

struct yaffs_summary_tags *sum_tags;


/* Statistics */

u32 n_page_writes;

u32 n_page_reads;

u32 n_erasures;

u32 n_erase_failures;

u32 n_gc_copies;

u32 all_gcs;

u32 passive_gc_count;

u32 oldest_dirty_gc_count;

u32 n_gc_blocks;

u32 bg_gcs;

u32 n_retried_writes;

u32 n_retired_blocks;

u32 n_ecc_fixed;

u32 n_ecc_unfixed;

u32 n_tags_ecc_fixed;

u32 n_tags_ecc_unfixed;

u32 n_deletions;

u32 n_unmarked_deletions;

u32 refresh_count;

u32 cache_hits;

u32 tags_used;

u32 summary_used;


};

这个结构体真是庞大啊。


首页 上一页 1 2 3 4 5 6 下一页 尾页 3/6/6
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇PHP的SO扩展编程入门 下一篇C++你所不知道的sprintf_s与sprin..

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容:

·常用meta整理 | 菜鸟 (2025-12-25 01:21:52)
·SQL HAVING 子句:深 (2025-12-25 01:21:47)
·SQL CREATE INDEX 语 (2025-12-25 01:21:45)
·Shell 传递参数 (2025-12-25 00:50:45)
·Linux echo 命令 - (2025-12-25 00:50:43)