Source file conan_filesystems_035.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
let tree = Conan.Tree.Unsafe.node
[(Conan.Tree.Unsafe.elt ?filename:(Some "filesystems")
?line:(Some 2324)
(let ty = Conan.Ty.numeric ~unsigned:true ~endian:`LE
Conan.Integer.int64 (Conan.Arithmetic.Add 0L) in
Conan.Tree.Unsafe.rule
~offset:(Conan.Offset.Absolute (Conan.Offset.Value 48L))
ty
(Conan.Test.numeric Conan.Integer.int64
(Conan.Comparison.greater_than 0L))
(`No_space " bytes = %lld")),
Conan.Tree.Unsafe.leaf);
(Conan.Tree.Unsafe.elt ?filename:(Some "filesystems")
?line:(Some 2323)
(let ty = Conan.Ty.numeric ~unsigned:true ~endian:`LE
Conan.Integer.int32 (Conan.Arithmetic.Add 0l) in
Conan.Tree.Unsafe.rule
~offset:(Conan.Offset.Absolute (Conan.Offset.Value 44L))
ty
(Conan.Test.numeric Conan.Integer.int32
(Conan.Comparison.greater_than 0l))
(`No_space " block size = %d,")),
Conan.Tree.Unsafe.leaf);
(Conan.Tree.Unsafe.elt ?filename:(Some "filesystems")
?line:(Some 2322)
(let ty = Conan.Ty.numeric ~unsigned:true ~endian:`LE
Conan.Integer.int32 (Conan.Arithmetic.Add 0l) in
Conan.Tree.Unsafe.rule
~offset:(Conan.Offset.Absolute (Conan.Offset.Value 40L))
ty
(Conan.Test.numeric Conan.Integer.int32
(Conan.Comparison.greater_than 0l))
(`No_space " fblock size = %d,")),
Conan.Tree.Unsafe.leaf);
(Conan.Tree.Unsafe.elt ?filename:(Some "filesystems")
?line:(Some 2321)
(let ty = Conan.Ty.numeric ~unsigned:true ~endian:`LE
Conan.Integer.int64 (Conan.Arithmetic.Add 0L) in
Conan.Tree.Unsafe.rule
~offset:(Conan.Offset.Absolute (Conan.Offset.Value 32L))
ty
(Conan.Test.numeric Conan.Integer.int64
(Conan.Comparison.greater_than 0L))
(`No_space " root at %lld,")),
Conan.Tree.Unsafe.leaf);
(Conan.Tree.Unsafe.elt ?filename:(Some "filesystems")
?line:(Some 2320)
(let ty = Conan.Ty.numeric ~unsigned:true ~endian:`LE
Conan.Integer.int64 (Conan.Arithmetic.Add 0L) in
Conan.Tree.Unsafe.rule
~offset:(Conan.Offset.Absolute (Conan.Offset.Value 24L))
ty
(Conan.Test.numeric Conan.Integer.int64
(Conan.Comparison.greater_than 0L))
(`No_space " inode table at %lld,")),
Conan.Tree.Unsafe.leaf);
(Conan.Tree.Unsafe.elt ?filename:(Some "filesystems")
?line:(Some 2319)
(let ty = Conan.Ty.numeric ~unsigned:true ~endian:`LE
Conan.Integer.int64 (Conan.Arithmetic.Add 0L) in
Conan.Tree.Unsafe.rule
~offset:(Conan.Offset.Absolute (Conan.Offset.Value 16L))
ty
(Conan.Test.numeric Conan.Integer.int64
(Conan.Comparison.greater_than 0L))
(`No_space " fblock table at %lld,")),
Conan.Tree.Unsafe.leaf);
(Conan.Tree.Unsafe.elt ?filename:(Some "filesystems")
?line:(Some 2318)
(let ty = Conan.Ty.numeric ~unsigned:true ~endian:`LE
Conan.Integer.int64 (Conan.Arithmetic.Add 0L) in
Conan.Tree.Unsafe.rule
~offset:(Conan.Offset.Absolute (Conan.Offset.Value 8L))
ty
(Conan.Test.numeric Conan.Integer.int64
(Conan.Comparison.greater_than 0L))
(`No_space " block data at %lld,")),
Conan.Tree.Unsafe.leaf);
(Conan.Tree.Unsafe.elt ?filename:(Some "filesystems")
?line:(Some 2317)
(let ty = Conan.Ty.search ~compact_whitespaces:false
~optional_blank:false
~lower_case_insensitive:false
~upper_case_insensitive:false `Text ~trim:false
2L ~pattern:"\000" in
Conan.Tree.Unsafe.rule
~offset:(Conan.Offset.Absolute (Conan.Offset.Value 6L))
ty
(Conan.Test.string (Conan.Comparison.greater_than "\000"))
(`No_space " version %2.2s,")),
Conan.Tree.Unsafe.leaf)]