⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reiser4 superblock.tpl

📁 以二机制码查看硬盘存取的信息,想写哪里就可以写哪里
💻 TPL
字号:
template "Reiser4 Superblock"

// Created by Jens Kirschner on Feb 16, 2005
// X-Ways Software Technology AG

// The superblock always starts at offset 0x10000 = 64 KB 

// Superblock as defined by Reiser4 Format40, which is the 
// currently only format definition

description "Superblock for Format40 of Reiser4"
applies_to disk
//sector-aligned
requires 0x0 "52 65 49 73 45 72 34"

begin
	section	"Master Reiser4 Superblock"
	char[16] "Magic string ReIsEr4"
	int16 "Disk Plugin (0: Format40)"
	int16 "Block size"
	hex 16 "UUID"
	char[16] "Label"
	int64 "Diskmap Block"
	endsection

	IfEqual "Disk Plugin (0: Format40)" 0

		goto "Block size"

		section "Format40 Superblock"	
		int64 "Block count" 
		int64 "Free block count"
		int64 "Root block #"
		int64 "Smallest free object ID"
		int64 "File count"
		int64 "Superblock flush count"
		hex 4 "UID"
		char[16] "Magic string ReIsEr40FoRmAt"
		int16 "Tree height"
		int16 "Formatting policy"
		int64 "Flags"
		char[432] "Not used"
		endsection
	endif
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -