Linux 超级块的结构
//come from /usr/src/kernel/uname –r/include/linux/fs.h
struct super_block {
struct list_head s_list; /* Keep this first */
dev_t s_dev; /* search index; _not_ kdev_t */
unsigned long s_blocksize; //数据块大小
unsigned char s_blocksize_bits; //块大小占用的位数
unsigned char s_dirt; //脏位,如果该位置位,说明超级块被修改
unsigned long long s_maxbytes; //单个文件最大体积
struct file_system_type *s_type; //文件系统结构
struct super_operations *s_op; //超级块支持的操作
struct dquot_operations *dq_op; //
struct quotactl_ops *s_qcop; //用户配额限制
struct export_operations *s_export_op; //
14
unsigned longs_flags;
unsigned long s_magic; //区块的
您可能关注的文档
最近下载
- 第八届韬奋杯全国图书编校技能大赛职工组试题(编辑人员专用).pdf
- KET口语考试题库及详细答案.docx VIP
- 四川省拟任县处级试题 四川省拟任县处级党政领导干部任职资格考试题.doc VIP
- 23S516 混凝土排水管道基础及接口 .docx VIP
- 《HJ2547-2016-环境标志产品技术要求家具》.pdf VIP
- NCC学习资料-内部交易.docx
- 自动喷水灭火系统施工及验收规范 GB50261.docx VIP
- 新建10kV配电工程项目施工组织设计.docx VIP
- GB_50210-2018_建筑装饰装修工程质量验收标准.pdf VIP
- DB31T+1535-2025长江口中华鲟增殖放流技术规程.docx VIP
原创力文档

文档评论(0)