direntry.html

来自「一个linux下NTFS文件格式源代码」· HTML 代码 · 共 23 行

HTML
23
字号
<title>Index entry</title>The index entry has the following structure:<pre>Offset(length)         Description0(8)                   MFT record number (inode number)8(2)                   Entry sizeA(2)                   0x42 + 2*<0x50>C(1)                   Flags: 1 - entry has subnodes, 2 - entry is last10(8)                  Directory where entry appears18(20)                 File modification times38(8)                  Data attribute allocated size40(8)                  Data attribute size50(1)                  File name in words51(1)                  File name type (see file name attribute)52(2*namelen)          File nameentry size-8 (8)       Virtual cluster number of index buffer with subnodes</pre>Most entries are not valid (and present) if the entry is the last one.This entry does not represent a file and is used only for subnodes.The pointer to the subnode buffer is only present if the entry has subnodes.

⌨️ 快捷键说明

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