File: logrecord.html

package info (click to toggle)
ntfs 971218-4
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 692 kB
  • ctags: 670
  • sloc: ansic: 7,774; sh: 1,509; makefile: 232
file content (10 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<title>Logging area</title>
The logging area consists of a sequence of 4KB log records. Each logrecord
is structured as follows:
<pre>
offset(length)   contents
0(4)             Magic number 'RCRD'
1E(12)           Fixup
</pre>
<i>The logrecord supposedly contains a sequence of variable sized records.
The structuring of those is not clear.</i>